Replace use of int 80h with syscall in __restore_rt
This commit is contained in:
@@ -6,7 +6,7 @@ global_asm!(
|
||||
.global __restore_rt
|
||||
__restore_rt:
|
||||
mov $119, %rax
|
||||
int $0x80
|
||||
syscall
|
||||
"
|
||||
);
|
||||
// x8 is register, 119 is SIGRETURN
|
||||
|
||||
Reference in New Issue
Block a user