summaryrefslogtreecommitdiff
path: root/lib9
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-05-22 22:49:44 +0000
committerCharles.Forsyth <devnull@localhost>2008-05-22 22:49:44 +0000
commitc094a1409b780cc543c077e8469fdb28b4c90afb (patch)
tree1929d44eeef7e70e1308ffe8c6f3cbd9442e0114 /lib9
parent826972481bd5b858c29ebf34c1939832f5d5d4c9 (diff)
20080522-2354
Diffstat (limited to 'lib9')
-rw-r--r--lib9/getcallerpc-OpenBSD-386.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib9/getcallerpc-OpenBSD-386.S b/lib9/getcallerpc-OpenBSD-386.S
new file mode 100644
index 00000000..edf1fd61
--- /dev/null
+++ b/lib9/getcallerpc-OpenBSD-386.S
@@ -0,0 +1,7 @@
+ .file "getcallerpc-OpenBSD-386.S"
+
+ .type getcallerpc,@function
+ .global getcallerpc
+getcallerpc:
+ movl 4(%ebp), %eax
+ ret