mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 09:07:38 +01:00
(unw_get_save_loc): Remove handling of UNW_REG_PROC_START, UNW_REG_HANDLER,
and UNW_REG_LSDA. (Logical change 1.29)
This commit is contained in:
parent
b1c1f146cc
commit
83f2952a86
1 changed files with 0 additions and 3 deletions
|
@ -17,9 +17,6 @@ unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc)
|
||||||
/* frame registers */
|
/* frame registers */
|
||||||
case UNW_IA64_BSP:
|
case UNW_IA64_BSP:
|
||||||
case UNW_REG_SP:
|
case UNW_REG_SP:
|
||||||
case UNW_REG_PROC_START:
|
|
||||||
case UNW_REG_HANDLER:
|
|
||||||
case UNW_REG_LSDA:
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue