summaryrefslogtreecommitdiff
path: root/lib9/getcallerpc-MacOSX-386.s
diff options
context:
space:
mode:
Diffstat (limited to 'lib9/getcallerpc-MacOSX-386.s')
-rw-r--r--lib9/getcallerpc-MacOSX-386.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib9/getcallerpc-MacOSX-386.s b/lib9/getcallerpc-MacOSX-386.s
new file mode 100644
index 00000000..92f940d7
--- /dev/null
+++ b/lib9/getcallerpc-MacOSX-386.s
@@ -0,0 +1,8 @@
+ .file "getcallerpc-MacOSX-386.s"
+
+ .text
+
+.globl _getcallerpc
+_getcallerpc:
+ movl 4(%ebp), %eax
+ ret