mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 17:17:39 +01:00
(unw_get_save_loc): Rename AR_25 to AR_CSD.
(Logical change 1.43)
This commit is contained in:
parent
bb25a5ed3b
commit
0d4634d8fe
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc)
|
|||
case UNW_IA64_BR + 6:
|
||||
case UNW_IA64_BR + 7:
|
||||
case UNW_IA64_AR_RSC:
|
||||
case UNW_IA64_AR_25:
|
||||
case UNW_IA64_AR_CSD:
|
||||
case UNW_IA64_AR_26:
|
||||
case UNW_IA64_AR_CCV:
|
||||
loc = ia64_scratch_loc (c, reg);
|
||||
|
|
Loading…
Reference in a new issue