---
 src/ppc64/regname.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/ppc64/regname.c b/src/ppc64/regname.c
index 7d64834..3e3a141 100644
--- a/src/ppc64/regname.c
+++ b/src/ppc64/regname.c
@@ -149,6 +149,9 @@ static const char *regname[] =
     [UNW_PPC64_SPE_ACC]="SPE_ACC",
     [UNW_PPC64_SPEFSCR]="SPEFSCR",
 
+    [UNW_PPC64_FRAME_POINTER]="FRAME_POINTER",
+    [UNW_PPC64_NIP]="NIP",
+
    };
 
 PROTECTED const char *
-- 
1.7.11.3


_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to