Add exit operand

This commit is contained in:
2020-05-16 12:17:10 +02:00
parent 1ce75c3772
commit f8eaabfc55
9 changed files with 24 additions and 6 deletions

View File

@@ -91,9 +91,7 @@ int $3;
# Jump over the interrupt
call noop_function;
int $3;
jmp the_real_exit;
exit;
noop_function:
ret;
the_real_exit:
ret;