getcallerpc-Linux-386.S 142 B

1234567
  1. .file "getcallerpc-Linux-386.S"
  2. .type getcallerpc,@function
  3. .global getcallerpc
  4. getcallerpc:
  5. movl 4(%esp), %eax
  6. movl -4(%eax), %eax
  7. ret