summaryrefslogtreecommitdiff
path: root/lib9/getcallerpc-NetBSD-power.S
blob: cacbbc117fca112d547e003bb152d2b8e9e4a77f (plain)
1
2
3
4
5
6
#include <machine/asm.h>

ENTRY_NOPROFILE(getcallerpc)
	mflr	%r3
	blr
	END(getcallerpc)