aboutsummaryrefslogtreecommitdiffstats
path: root/src/x86_64/postlude.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/x86_64/postlude.asm')
-rw-r--r--src/x86_64/postlude.asm5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/x86_64/postlude.asm b/src/x86_64/postlude.asm
index 37f9df1..45be7ee 100644
--- a/src/x86_64/postlude.asm
+++ b/src/x86_64/postlude.asm
@@ -5,11 +5,8 @@ _start_return:
5 call display 5 call display
6 6
7exit: 7exit:
8 ; exit syscall 8 ;; exit syscall
9 mov rax, 60 9 mov rax, 60
10 xor rdi, rdi 10 xor rdi, rdi
11 syscall 11 syscall
12 12
13section .bss
14bdl_heap:
15 resb HEAP_SIZE