Correct assembly opcode
This commit is contained in:
parent
8677035989
commit
73b921d591
|
@ -249,7 +249,7 @@ __asm (
|
||||||
"retq\n"
|
"retq\n"
|
||||||
"finish:\n"
|
"finish:\n"
|
||||||
"xor %rcx,%rcx\n"
|
"xor %rcx,%rcx\n"
|
||||||
"callq _exit\n"
|
"call _exit\n"
|
||||||
"hlt\n"
|
"hlt\n"
|
||||||
" .seh_endproc\n"
|
" .seh_endproc\n"
|
||||||
".def _exit; .scl 2; .type 32; .endef \n"
|
".def _exit; .scl 2; .type 32; .endef \n"
|
||||||
|
|
Loading…
Reference in New Issue