summaryrefslogtreecommitdiff
path: root/05/test.s
diff options
context:
space:
mode:
Diffstat (limited to '05/test.s')
-rw-r--r--05/test.s1
1 files changed, 0 insertions, 1 deletions
diff --git a/05/test.s b/05/test.s
index 7379247..a57a946 100644
--- a/05/test.s
+++ b/05/test.s
@@ -15,7 +15,6 @@ __syscall:
ret
_start:
- lea __syscall, %rdi
call main
mov $60, %eax
syscall