Correct assembly opcode

This commit is contained in:
Marek Roszko 2021-01-02 16:20:50 -05:00
parent 8677035989
commit 73b921d591
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ __asm (
"retq\n"
"finish:\n"
"xor %rcx,%rcx\n"
"callq _exit\n"
"call _exit\n"
"hlt\n"
" .seh_endproc\n"
".def _exit; .scl 2; .type 32; .endef \n"