Skip to content

Commit 11c2ef5

Browse files
thesamesammgorny
authored andcommitted
unwind: fix typo for __powerpc__
Fixes: cd20e57 Signed-off-by: Sam James <sam@gentoo.org>
1 parent f171238 commit 11c2ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libunwind/src/UnwindRegistersSave.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ DEFINE_LIBUNWIND_FUNCTION(__unw_getcontext)
326326
DEFINE_LIBUNWIND_FUNCTION(__unw_getcontext)
327327
teq $0, $0
328328

329-
#elif defined(__powerpc__)
329+
#elif defined(__powerpc64__)
330330

331331
//
332332
// extern int __unw_getcontext(unw_context_t* thread_state)

0 commit comments

Comments
 (0)