diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-02-05 14:51:46 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-02-05 14:51:46 +0000 |
| commit | 07f684ffc61236e171b449cfe9f91cef1e62866b (patch) | |
| tree | c41f6e37868264499519a52a5ee8576f4dfd323e /lib9/getcallerpc-DragonFly-386.S | |
| parent | ddf82ec9fc8ed2e0c2f64f8cf360b0f694cfeffb (diff) | |
20100205-1451
Diffstat (limited to 'lib9/getcallerpc-DragonFly-386.S')
| -rw-r--r-- | lib9/getcallerpc-DragonFly-386.S | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
