mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05: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
|