Last active
August 29, 2015 14:13
-
-
Save XMPPwocky/c406dd2c367e414b3bb6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.needstack: | |
movabsq $72, %r10 | |
movabsq $0, %r11 | |
callq __morestack | |
retq | |
; padding to align... | |
the_function: | |
cmpq %fs:112, %rsp | |
jbe .needstack | |
; body | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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