mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-01 18:57:38 +01:00
Reformat preg_index initialization to GNU Coding standard.
(Logical change 1.5)
This commit is contained in:
parent
3fd31aa7f2
commit
60cbd737ab
1 changed files with 45 additions and 45 deletions
|
@ -40,7 +40,7 @@ struct ia64_global_unwind_state unw =
|
||||||
struct_offset (struct ia64_cursor, pfs_loc)/8,
|
struct_offset (struct ia64_cursor, pfs_loc)/8,
|
||||||
struct_offset (struct ia64_cursor, rnat_loc)/8,
|
struct_offset (struct ia64_cursor, rnat_loc)/8,
|
||||||
struct_offset (struct ia64_cursor, psp)/8,
|
struct_offset (struct ia64_cursor, psp)/8,
|
||||||
struct_offset(struct ia64_cursor, rp_loc)/8,
|
struct_offset (struct ia64_cursor, ip_loc)/8,
|
||||||
struct_offset (struct ia64_cursor, r4_loc)/8,
|
struct_offset (struct ia64_cursor, r4_loc)/8,
|
||||||
struct_offset (struct ia64_cursor, r5_loc)/8,
|
struct_offset (struct ia64_cursor, r5_loc)/8,
|
||||||
struct_offset (struct ia64_cursor, r6_loc)/8,
|
struct_offset (struct ia64_cursor, r6_loc)/8,
|
||||||
|
|
Loading…
Reference in a new issue