summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--runtime/stack-ppc.c (renamed from runtime/stack-ppc64.c)0
-rw-r--r--runtime/stack.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stack-ppc64.c b/runtime/stack-ppc.c
index 3267194e..3267194e 100644
--- a/runtime/stack-ppc64.c
+++ b/runtime/stack-ppc.c
diff --git a/runtime/stack.c b/runtime/stack.c
index 042f44c7..ae899950 100644
--- a/runtime/stack.c
+++ b/runtime/stack.c
@@ -41,7 +41,7 @@ static void _stp_stack_print_fallback(unsigned long, int, int);
#elif defined (__i386__)
#include "stack-i386.c"
#elif defined (__powerpc64__)
-#include "stack-ppc64.c"
+#include "stack-ppc.c"
#elif defined (__arm__)
#include "stack-arm.c"
#elif defined (__s390__) || defined (__s390x__)