1 .align 4 2 .globl getcallerpc 3getcallerpc: 4 movl 4(%esp), %eax 5 movl -4(%eax), %eax 6 ret 7 .align 4 8 .type getcallerpc,@function 9 .size getcallerpc,.-getcallerpc 10