unwind: fix typo for __powerpc__
authorSam James <sam@gentoo.org>
Thu, 27 Jan 2022 22:17:45 +0000 (22:17 +0000)
committerMichał Górny <mgorny@moritz.systems>
Thu, 27 Jan 2022 22:21:07 +0000 (23:21 +0100)
Fixes: cd20e579df07517a4ddbf6eef58b96d04f6bd9a9
Signed-off-by: Sam James <sam@gentoo.org>
libunwind/src/UnwindRegistersSave.S

index 42fd7ed..7af5c9d 100644 (file)
@@ -326,7 +326,7 @@ DEFINE_LIBUNWIND_FUNCTION(__unw_getcontext)
 DEFINE_LIBUNWIND_FUNCTION(__unw_getcontext)
   teq $0, $0
 
-#elif defined(__powerpc__)
+#elif defined(__powerpc64__)
 
 //
 // extern int __unw_getcontext(unw_context_t* thread_state)