mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 00:27:39 +01:00
ppc64: add FRAME_POINTER & NIP to regname.
This commit is contained in:
parent
0abc36eb18
commit
f796a6dfe9
1 changed files with 3 additions and 0 deletions
|
@ -149,6 +149,9 @@ static const char *regname[] =
|
||||||
[UNW_PPC64_SPE_ACC]="SPE_ACC",
|
[UNW_PPC64_SPE_ACC]="SPE_ACC",
|
||||||
[UNW_PPC64_SPEFSCR]="SPEFSCR",
|
[UNW_PPC64_SPEFSCR]="SPEFSCR",
|
||||||
|
|
||||||
|
[UNW_PPC64_FRAME_POINTER]="FRAME_POINTER",
|
||||||
|
[UNW_PPC64_NIP]="NIP",
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
PROTECTED const char *
|
PROTECTED const char *
|
||||||
|
|
Loading…
Reference in a new issue