mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-08 22:09:21 +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:
|
_sig_linux_trampoline_start:
|
||||||
movq %rsp, %rbp
|
movq %rsp, %rbp
|
||||||
movq (%rbp), %rax
|
movq (%rbp), %rax
|
||||||
call %rax
|
call *%rax
|
||||||
mov %rbp, %rsp
|
mov %rbp, %rsp
|
||||||
/* rt_sigreturn = 15 */
|
/* rt_sigreturn = 15 */
|
||||||
movq $15, %rax
|
movq $15, %rax
|
||||||
|
Reference in New Issue
Block a user