Skip to content
Snippets Groups Projects
Verified Commit 6b183aef authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Replace use of int 80h with syscall in __restore_rt

parent e24d27a0
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ global_asm!(
.global __restore_rt
__restore_rt:
mov $119, %rax
int $0x80
syscall
"
);
// x8 is register, 119 is SIGRETURN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment