diff options
Diffstat (limited to 'user/lib/entry.S')
-rw-r--r-- | user/lib/entry.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/user/lib/entry.S b/user/lib/entry.S index 34390a0..40570b5 100644 --- a/user/lib/entry.S +++ b/user/lib/entry.S @@ -6,10 +6,6 @@ .code64 _start: call main - subq $16, %rsp # ??? pushq %rax call exit - -halt: - jmp halt |