From c094a1409b780cc543c077e8469fdb28b4c90afb Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Thu, 22 May 2008 22:49:44 +0000 Subject: 20080522-2354 --- lib9/getcallerpc-OpenBSD-386.S | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib9/getcallerpc-OpenBSD-386.S (limited to 'lib9') 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 -- cgit v1.2.3