summaryrefslogtreecommitdiff
path: root/src/runtime/debug/stubs.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/debug/stubs.s')
-rw-r--r--src/runtime/debug/stubs.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/debug/stubs.s b/src/runtime/debug/stubs.s
index 1e883b72c..b117063e7 100644
--- a/src/runtime/debug/stubs.s
+++ b/src/runtime/debug/stubs.s
@@ -7,10 +7,10 @@
#ifdef GOARCH_arm
#define JMP B
#endif
-#ifdef GOARCH_power64
+#ifdef GOARCH_ppc64
#define JMP BR
#endif
-#ifdef GOARCH_power64le
+#ifdef GOARCH_ppc64le
#define JMP BR
#endif