Add ret function
This commit is contained in:
@@ -89,6 +89,11 @@ seti %B $4;
|
||||
int $3;
|
||||
|
||||
# Jump over the interrupt
|
||||
call program_exit;
|
||||
call noop_function;
|
||||
int $3;
|
||||
program_exit:
|
||||
jmp the_real_exit;
|
||||
|
||||
noop_function:
|
||||
ret;
|
||||
|
||||
the_real_exit:
|
||||
Reference in New Issue
Block a user