From 4eb166cf184c1f102fb79e31b1465ea3e2021c39 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Wed, 1 Apr 2009 22:54:06 +0000 Subject: 20090401-2350 --- lib9/getcallerpc-Linux-spim.S | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib9/getcallerpc-Linux-spim.S (limited to 'lib9') diff --git a/lib9/getcallerpc-Linux-spim.S b/lib9/getcallerpc-Linux-spim.S new file mode 100644 index 00000000..f3109864 --- /dev/null +++ b/lib9/getcallerpc-Linux-spim.S @@ -0,0 +1,10 @@ +#include +#include + +LEAF(getcallerpc) + .set noreorder + addiu t0,a0,-4 + j ra + lw v0,0(t0) + .set reorder + END(getcallerpc) -- cgit v1.2.3