mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-03 03:19:18 +00:00
Fix call instruction in signal_trampoline.s
This commit is contained in:
@ -28,7 +28,7 @@ _sig_native_trampoline_end:
|
||||
_sig_linux_trampoline_start:
|
||||
movq %rsp, %rbp
|
||||
movq (%rbp), %rax
|
||||
call %rax
|
||||
call *%rax
|
||||
mov %rbp, %rsp
|
||||
/* rt_sigreturn = 15 */
|
||||
movq $15, %rax
|
||||
|
Reference in New Issue
Block a user