1
0
Fork 0
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:
Cody P Schafer 2012-09-14 17:11:58 -07:00 committed by Arun Sharma
parent 0abc36eb18
commit f796a6dfe9

View file

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