diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-23 00:30:12 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-23 00:30:12 +0000 |
| commit | 6e425a9de8c003b5a733621a6b6730ec3cc902b8 (patch) | |
| tree | 314123bcab78ff295f38f85f31dc141e5fe22d15 /emu/FreeBSD/asm-386.S | |
| parent | 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a (diff) | |
20061220
Diffstat (limited to 'emu/FreeBSD/asm-386.S')
| -rw-r--r-- | emu/FreeBSD/asm-386.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emu/FreeBSD/asm-386.S b/emu/FreeBSD/asm-386.S index 2d11c6da..35269c8f 100644 --- a/emu/FreeBSD/asm-386.S +++ b/emu/FreeBSD/asm-386.S @@ -95,10 +95,7 @@ FPrestore: .type getcallerpc,@function .global getcallerpc getcallerpc: - pushl %ebp - movl %esp, %ebp movl 4(%ebp), %eax - popl %ebp ret .type _tas,@function |
