summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2014-02-14 01:35:56 +0100
committerOlivier Gayot <duskcoder@gmail.com>2014-02-14 01:42:02 +0100
commitda59b83f6eca5a492c1a2923290a1146b366a911 (patch)
tree7661e7e6abf533ccae194a5105b49b571cdea070
parente049fbc7fe8f8661bc717dad2749e09b269a8737 (diff)
remove the explicit [BITS 64]
the manual of yasm says that we should avoid declaring [BITS ...] explicitely.
-rw-r--r--list.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/list.asm b/list.asm
index 91df0a7..20b6fd2 100644
--- a/list.asm
+++ b/list.asm
@@ -20,8 +20,6 @@
;; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
;; THE SOFTWARE.
-[BITS 64]
-
extern malloc
;; initializes the list stored at address $rdi with default values