diff options
Diffstat (limited to 'runtime/stack.c')
-rw-r--r-- | runtime/stack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/stack.c b/runtime/stack.c index 042f44c7..25dbdbbd 100644 --- a/runtime/stack.c +++ b/runtime/stack.c @@ -40,8 +40,8 @@ static void _stp_stack_print_fallback(unsigned long, int, int); #include "stack-ia64.c" #elif defined (__i386__) #include "stack-i386.c" -#elif defined (__powerpc64__) -#include "stack-ppc64.c" +#elif defined (__powerpc__) +#include "stack-ppc.c" #elif defined (__arm__) #include "stack-arm.c" #elif defined (__s390__) || defined (__s390x__) |