unwind: fix typo for __powerpc__

Fixes: cd20e579df
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2022-01-27 22:17:45 +00:00 committed by Michał Górny
parent f17123831e
commit 11c2ef5638

View 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)