diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-27 09:20:10 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-27 09:20:10 +0000 |
commit | 4a60643d12987d745fbf0b2dbbde4a032761337e (patch) | |
tree | 34a6ac11c4514a30eaa5488c8891cfc1e663702d /libffi/src/x86 | |
parent | 48c64b0fc484df65e0cf9bee4c655bce7b9f0be7 (diff) | |
download | gcc-4a60643d12987d745fbf0b2dbbde4a032761337e.tar.gz |
* src/x86/unix64.S: Fix typo in unwind info.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92636 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/src/x86')
-rw-r--r-- | libffi/src/x86/unix64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/src/x86/unix64.S b/libffi/src/x86/unix64.S index 5e1c6c5e516..c9e0792764e 100644 --- a/libffi/src/x86/unix64.S +++ b/libffi/src/x86/unix64.S @@ -347,7 +347,7 @@ ffi_closure_unix64: .uleb128 2 .byte 0x4 /* DW_CFA_advance_loc4 */ - .long .LUW2-.LUW3 + .long .LUW2-.LUW1 .byte 0xc /* DW_CFA_def_cfa, %rsp offset 8 */ .uleb128 7 .uleb128 8 |