mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-27 15:04:33 +00:00
Fix call instruction in signal_trampoline.s
This commit is contained in:
parent
d3a16469ad
commit
000273aea0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user