mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-02 08:09:27 +01:00
(unw_get_save_loc): Delete extra "break".
(Logical change 1.130)
This commit is contained in:
parent
612917dce0
commit
cbe3ca13f5
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc)
|
|||
case UNW_IA64_BR + 5: loc = c->loc[IA64_REG_B5]; break;
|
||||
case UNW_IA64_CFM: loc = c->cfm_loc; break;
|
||||
case UNW_IA64_PR: loc = c->loc[IA64_REG_PR]; break;
|
||||
break;
|
||||
|
||||
case UNW_IA64_GR + 32 ... UNW_IA64_GR + 127: /* stacked reg */
|
||||
reg = rotate_gr (c, reg - UNW_IA64_GR);
|
||||
|
|
Loading…
Reference in a new issue