This commit is contained in:
Pavel 2024-11-06 20:24:00 +03:00
parent 0209d5b9a7
commit f161bdb2f7
1 changed files with 3 additions and 3 deletions

View File

@ -482,9 +482,9 @@ asm
push %rbp
movq %rsp,%rbp
andq $-16,%rsp //align stack
call jit_save_ctx // -> pushf
call jit_save_ctx
andq $-16,%rsp //align stack
//rdi,rsi,rdx
mov %r14,%rdi
@ -495,7 +495,7 @@ asm
mov %rax,%r14
call jit_load_ctx
call jit_load_ctx // -> popf
//epilog
movq %rbp,%rsp