diff options
Diffstat (limited to 'src/runtime/asm.s')
| -rw-r--r-- | src/runtime/asm.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runtime/asm.s b/src/runtime/asm.s index 012a6a095d..45ba467806 100644 --- a/src/runtime/asm.s +++ b/src/runtime/asm.s @@ -17,6 +17,8 @@ TEXT ·mapinitnoop<ABIInternal>(SB),NOSPLIT,$0-0 #ifndef GOARCH_arm64 #ifndef GOARCH_mips64 #ifndef GOARCH_mips64le +#ifndef GOARCH_ppc64 +#ifndef GOARCH_ppc64le #ifndef GOARCH_riscv64 // stub to appease shared build mode. TEXT ·switchToCrashStack0<ABIInternal>(SB),NOSPLIT,$0-0 @@ -26,3 +28,5 @@ TEXT ·switchToCrashStack0<ABIInternal>(SB),NOSPLIT,$0-0 #endif #endif #endif +#endif +#endif |
