code: purgatorio

ref: 3efb5bbb4061056e523858b134c555949591efe2
dir: /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)