From 07f684ffc61236e171b449cfe9f91cef1e62866b Mon Sep 17 00:00:00 2001 From: forsyth Date: Fri, 5 Feb 2010 14:51:46 +0000 Subject: 20100205-1451 --- lib9/getcallerpc-DragonFly-386.S | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib9/getcallerpc-DragonFly-386.S (limited to 'lib9') diff --git a/lib9/getcallerpc-DragonFly-386.S b/lib9/getcallerpc-DragonFly-386.S new file mode 100644 index 00000000..d4ae6218 --- /dev/null +++ b/lib9/getcallerpc-DragonFly-386.S @@ -0,0 +1,7 @@ + .file "getcallerpc-DragonFly-386.S" + + .type getcallerpc,@function + .global getcallerpc +getcallerpc: + movl 4(%ebp), %eax + ret -- cgit v1.2.3