summaryrefslogtreecommitdiff
path: root/src/runtime/thunk.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/thunk.s')
-rw-r--r--src/runtime/thunk.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/thunk.s b/src/runtime/thunk.s
index 241dd90af..0714dc198 100644
--- a/src/runtime/thunk.s
+++ b/src/runtime/thunk.s
@@ -9,10 +9,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