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.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/runtime/debug/stubs.s b/src/runtime/debug/stubs.s
index d56274f2d..1e883b72c 100644
--- a/src/runtime/debug/stubs.s
+++ b/src/runtime/debug/stubs.s
@@ -7,6 +7,12 @@
#ifdef GOARCH_arm
#define JMP B
#endif
+#ifdef GOARCH_power64
+#define JMP BR
+#endif
+#ifdef GOARCH_power64le
+#define JMP BR
+#endif
TEXT ·setMaxStack(SB),NOSPLIT,$0-0
JMP runtime·setMaxStack(SB)