shithub: purgatorio

ref: 3866717cbb020199d58171c1c0cdd7382a74ee82
dir: purgatorio/lib9/getcallerpc-Linux-spim.S

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

LEAF(getcallerpc)
	.set	noreorder
	addiu	t0,a0,-4
	j	ra
	lw	v0,0(t0)
	.set reorder
	END(getcallerpc)