From 0f0d6d5a26408ff79ecbee8a2d6a13f6db57c786 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Sat, 24 May 2008 18:41:38 +0000 Subject: 20080524-1941 --- lib9/getcallerpc-NetBSD-386.S | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib9/getcallerpc-NetBSD-386.S (limited to 'lib9') diff --git a/lib9/getcallerpc-NetBSD-386.S b/lib9/getcallerpc-NetBSD-386.S new file mode 100644 index 00000000..8cf0040b --- /dev/null +++ b/lib9/getcallerpc-NetBSD-386.S @@ -0,0 +1,7 @@ + .file "getcallerpc-NetBSD-386.S" + + .type getcallerpc,@function + .global getcallerpc +getcallerpc: + movl 4(%ebp), %eax + ret -- cgit v1.2.3