mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 09:07:38 +01:00
(unw_regname): Remove names for UNW_REG_PROC_START, UNW_REG_HANDLER, and
UNW_REG_LSDA. (Logical change 1.29)
This commit is contained in:
parent
83f2952a86
commit
1c1b6a171f
1 changed files with 1 additions and 4 deletions
|
@ -70,10 +70,7 @@ static const char *regname[] = {
|
||||||
"cfm",
|
"cfm",
|
||||||
"bsp",
|
"bsp",
|
||||||
"ip",
|
"ip",
|
||||||
"sp",
|
"sp"
|
||||||
"<proc-start>",
|
|
||||||
"<handler>",
|
|
||||||
"<lsda>"
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const char *
|
const char *
|
||||||
|
|
Loading…
Reference in a new issue