getcallerpc-MacOSX-386.s 124 B

1234567
  1. .file "getcallerpc-MacOSX-386.s"
  2. .text
  3. .globl _getcallerpc
  4. _getcallerpc:
  5. movl 4(%esp), %eax
  6. movl -4(%eax), %eax
  7. ret