git: purgatorio

ref: ee695eff4329234e20abb68ff3100d3b15929418
dir: /lib9/getcallerpc-Irix-mips.s/

View raw version
#include <sys/regdef.h>
#include <sys/asm.h>

LEAF(getcallerpc)
	.set	noreorder
	lw	v0, 28(sp)
	j	ra
	.set reorder
	END(getcallerpc)