shithub: purgatorio

ref: d7809194db6f52a6fc87a6d10bff7e78cc03c4d2
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)