Skip to content

Instantly share code, notes, and snippets.

@XMPPwocky
Last active August 29, 2015 14:13
Show Gist options
  • Save XMPPwocky/c406dd2c367e414b3bb6 to your computer and use it in GitHub Desktop.
Save XMPPwocky/c406dd2c367e414b3bb6 to your computer and use it in GitHub Desktop.
.needstack:
movabsq $72, %r10
movabsq $0, %r11
callq __morestack
retq
; padding to align...
the_function:
cmpq %fs:112, %rsp
jbe .needstack
; body
; padding to align per ABI, etc.
the_function:
cmpq %fs:112, %rsp
ja .LBB0_2
movabsq $72, %r10
movabsq $0, %r11
callq __morestack
retq
.LBB0_2:
;body...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment