ref: 254b07675e1a5348f2a8723f55e6b5b1b18a4721
dir: /lib9/getcallerpc-MacOSX-power.s/
/* File: getcallerpc-Darwin-power.s getcallerpc() is passed a pointer Plan 9 asm: TEXT getcallerpc(SB), $-4 MOVW 0(R1), R3 RETURN */ #import <architecture/ppc/asm_help.h> .text LABEL(_getcallerpc) mflr r3 blr