asm/Makefile
changeset 166 ecd6492274ad
parent 66 2b4f786d9073
--- a/asm/Makefile
+++ b/asm/Makefile
@@ -1,7 +1,7 @@
       CC = gcc -g -ggdb
   CFLAGS = -Wall -O2 -Iinclude
  LDFLAGS =
-    NASM = nasm -f elf -Iinclude/
+    NASM = nasm -f elf64 -Iinclude/
   TARGET = stackinfo
 OBJECTS  = main.o
 OBJECTS += get_sp.o