shithub: purgatorio

ref: 8a788aea84aad3bfbd5b39d78c1925654f3b9e14
dir: purgatorio/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)