getcallerpc-DragonFly-386.S 147 B

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