diff options
Diffstat (limited to 'lib9/getcallerpc-NetBSD-power.S')
| -rw-r--r-- | lib9/getcallerpc-NetBSD-power.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib9/getcallerpc-NetBSD-power.S b/lib9/getcallerpc-NetBSD-power.S new file mode 100644 index 00000000..cacbbc11 --- /dev/null +++ b/lib9/getcallerpc-NetBSD-power.S @@ -0,0 +1,6 @@ +#include <machine/asm.h> + +ENTRY_NOPROFILE(getcallerpc) + mflr %r3 + blr + END(getcallerpc) |
