mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-28 08:02:08 +00:00
unwind: fix typo for __powerpc__
Fixes: cd20e579df
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
f17123831e
commit
11c2ef5638
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user