Skip to content
Snippets Groups Projects
Commit d833cfb0 authored by Richard Henderson's avatar Richard Henderson Committed by Richard Henderson
Browse files

* src/x86/unix64.S: Fix typo in unwind info.

From-SVN: r92636
parent 82d3d6c8
No related merge requests found
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> 2004-12-25 Richard Henderson <rth@redhat.com>
* src/x86/ffi64.c (struct register_args): Rename from stackLayout. * src/x86/ffi64.c (struct register_args): Rename from stackLayout.
......
...@@ -347,7 +347,7 @@ ffi_closure_unix64: ...@@ -347,7 +347,7 @@ ffi_closure_unix64:
.uleb128 2 .uleb128 2
.byte 0x4 /* DW_CFA_advance_loc4 */ .byte 0x4 /* DW_CFA_advance_loc4 */
.long .LUW2-.LUW3 .long .LUW2-.LUW1
.byte 0xc /* DW_CFA_def_cfa, %rsp offset 8 */ .byte 0xc /* DW_CFA_def_cfa, %rsp offset 8 */
.uleb128 7 .uleb128 7
.uleb128 8 .uleb128 8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment