summaryrefslogtreecommitdiffstats
path: root/runtime/uprobes/uprobes_arch.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/uprobes/uprobes_arch.c')
-rw-r--r--runtime/uprobes/uprobes_arch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/uprobes/uprobes_arch.c b/runtime/uprobes/uprobes_arch.c
index 99ef54c8..6c58d5fb 100644
--- a/runtime/uprobes/uprobes_arch.c
+++ b/runtime/uprobes/uprobes_arch.c
@@ -2,8 +2,8 @@
#include "uprobes_x86_64.c"
#elif defined (__i386__)
#include "uprobes_i386.c"
-#elif defined (__powerpc64__)
-#include "uprobes_ppc64.c"
+#elif defined (__powerpc__)
+#include "uprobes_ppc.c"
#elif defined (__s390__) || defined (__s390x__)
#include "uprobes_s390.c"
#else