1
0
Fork 0
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:
mostang.com!davidm 2002-12-03 08:19:58 +00:00
parent b1c1f146cc
commit 83f2952a86

View file

@ -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;