mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-02 12:52:53 +01:00
(tdep_init): Fix typo in nat_val_bytes[] (too much cut & paste).
Likewise for int_val_bytes[]. (Logical change 1.177)
This commit is contained in:
parent
09a59ec368
commit
6702d1059c
1 changed files with 3 additions and 3 deletions
|
@ -58,11 +58,11 @@ tdep_init (void)
|
|||
};
|
||||
uint8_t nat_val_bytes[16] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xff, 0xfe,
|
||||
0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
uint8_t int_val_bytes[16] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0xff, 0xfe,
|
||||
0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x3e,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
sigset_t saved_sigmask;
|
||||
uint8_t *lep, *bep;
|
||||
|
|
Loading…
Reference in a new issue