1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/missing/x86_64-chkstk.S
2019-11-18 18:42:22 +09:00

10 lines
140 B
ArmAsm

.text
.globl ___chkstk
___chkstk:
pushq %rax
movq %rax, %rcx
movq %rsp, %rdx
call _ruby_alloca_chkstk
popq %rax
subq %rax, %rsp
ret