code: purgatorio

ref: 00c219c7d9c2b9f60c2db0e1ba7289b2301209a7
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)