mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-24 12:13:42 +01:00
Whitespace fix.
(Logical change 1.185)
This commit is contained in:
parent
5071803e5d
commit
fc7cd7c4bc
1 changed files with 1 additions and 0 deletions
|
@ -557,6 +557,7 @@ tdep_access_fpreg (struct cursor *c, int reg, unw_fpreg_t *valp,
|
|||
case UNW_IA64_FR + 3: loc = c->loc[IA64_REG_F3]; break;
|
||||
case UNW_IA64_FR + 4: loc = c->loc[IA64_REG_F4]; break;
|
||||
case UNW_IA64_FR + 5: loc = c->loc[IA64_REG_F5]; break;
|
||||
|
||||
case UNW_IA64_FR + 16 ... UNW_IA64_FR + 31:
|
||||
loc = c->loc[IA64_REG_F16 + (reg - (UNW_IA64_FR + 16))];
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue