1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .file "creall.c"
- .text
- ..TXTST0:
- # -- Begin creall
- .text
- .align 16,0x90
- .globl creall
- creall:
- # parameter 1: 8 + %rsp
- ..B1.1:
- .cfi_startproc
- ..___tag_value_creall.1:
- ..L2:
- fldt 8(%rsp)
- ret
- .align 16,0x90
- .cfi_endproc
- .type creall,@function
- .size creall,.-creall
- .data
- # -- End creall
- .data
- .section .note.GNU-stack, ""
- // -- Begin DWARF2 SEGMENT .eh_frame
- .section .eh_frame,"a",@progbits
- .eh_frame_seg:
- .align 1
- # End
|