mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-08 18:33:42 +01:00
UNW_IA64_BSP and UNW_IA64_SP are no longer read-only.
(Logical change 1.303)
This commit is contained in:
parent
11f4871570
commit
b47b9aa232
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ typedef enum
|
|||
UNW_IA64_PR = UNW_IA64_BR + 8, /* predicate registers (p0..p63) */
|
||||
UNW_IA64_CFM,
|
||||
|
||||
/* frame info (read-only): */
|
||||
/* frame info: */
|
||||
UNW_IA64_BSP,
|
||||
UNW_IA64_IP,
|
||||
UNW_IA64_SP,
|
||||
|
|
Loading…
Reference in a new issue