Stage 26 v2

This commit is contained in:
2026-04-12 19:55:42 +08:00
parent aa8c0bd8d1
commit 901b63b9ba
8 changed files with 102 additions and 36 deletions

View File

@@ -0,0 +1,19 @@
.intel_syntax noprefix
.global clks_exec_call_on_stack_x86_64
.type clks_exec_call_on_stack_x86_64, @function
clks_exec_call_on_stack_x86_64:
mov r11, rsp
mov rsp, rsi
and rsp, -16
sub rsp, 8
mov [rsp], r11
call rdi
mov rsp, [rsp]
ret
.size clks_exec_call_on_stack_x86_64, .-clks_exec_call_on_stack_x86_64
.section .note.GNU-stack,"",@progbits