shithub: purgatorio

ref: 654935ba71201d7215d9fcd96181a330ec6ff617
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)