diff options
Diffstat (limited to 'src/runtime/asm.s')
| -rw-r--r-- | src/runtime/asm.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/asm.s b/src/runtime/asm.s index 74ae8789ab..4833fae5e9 100644 --- a/src/runtime/asm.s +++ b/src/runtime/asm.s @@ -15,6 +15,7 @@ TEXT ·mapinitnoop<ABIInternal>(SB),NOSPLIT,$0-0 #ifndef GOARCH_amd64 #ifndef GOARCH_arm64 +#ifndef GOARCH_loong64 #ifndef GOARCH_mips64 #ifndef GOARCH_mips64le #ifndef GOARCH_ppc64 @@ -34,3 +35,4 @@ TEXT ·switchToCrashStack0<ABIInternal>(SB),NOSPLIT,$0-0 #endif #endif #endif +#endif |
