getcallerpc-NetBSD-386.S 144 B

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