* src/x86/unix64.S: Fix typo in unwind info.
From-SVN: r92636
This commit is contained in:
parent
82d3d6c893
commit
d833cfb041
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-12-27 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* src/x86/unix64.S: Fix typo in unwind info.
|
||||
|
||||
2004-12-25 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* src/x86/ffi64.c (struct register_args): Rename from stackLayout.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue