mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
11 lines
140 B
ArmAsm
11 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
|