root/missing/x86_64-chkstk.s

/* [previous][next][first][last][top][bottom][index][help] */
        .text
.globl ___chkstk
___chkstk:
        pushq   %rax
        movq    %rax, %rcx
        movq    %rsp, %rdx
        call    _ruby_alloca_chkstk
        popq    %rax
        subq    %rax, %rsp
        ret

/* [previous][next][first][last][top][bottom][index][help] */