summaryrefslogtreecommitdiff
path: root/lib9
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-05-24 18:41:38 +0000
committerCharles.Forsyth <devnull@localhost>2008-05-24 18:41:38 +0000
commit0f0d6d5a26408ff79ecbee8a2d6a13f6db57c786 (patch)
treeec1b89ac997b27db9689d57c4df972853917ae0e /lib9
parentc094a1409b780cc543c077e8469fdb28b4c90afb (diff)
20080524-1941
Diffstat (limited to 'lib9')
-rw-r--r--lib9/getcallerpc-NetBSD-386.S7
1 files changed, 7 insertions, 0 deletions
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