github.com/ice-blockchain/go/src@v0.0.0-20240403114104-1564d284e521/runtime/asm.s (about) 1 // Copyright 2014 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 #include "textflag.h" 6 7 #ifndef GOARCH_amd64 8 TEXT ·sigpanic0(SB),NOSPLIT,$0-0 9 JMP ·sigpanic<ABIInternal>(SB) 10 #endif 11 12 // See map.go comment on the need for this routine. 13 TEXT ·mapinitnoop<ABIInternal>(SB),NOSPLIT,$0-0 14 RET 15 16 #ifndef GOARCH_386 17 #ifndef GOARCH_arm 18 #ifndef GOARCH_amd64 19 #ifndef GOARCH_arm64 20 #ifndef GOARCH_loong64 21 #ifndef GOARCH_mips64 22 #ifndef GOARCH_mips64le 23 #ifndef GOARCH_ppc64 24 #ifndef GOARCH_ppc64le 25 #ifndef GOARCH_riscv64 26 #ifndef GOARCH_s390x 27 #ifndef GOARCH_wasm 28 // stub to appease shared build mode. 29 TEXT ·switchToCrashStack0<ABIInternal>(SB),NOSPLIT,$0-0 30 UNDEF 31 #endif 32 #endif 33 #endif 34 #endif 35 #endif 36 #endif 37 #endif 38 #endif 39 #endif 40 #endif 41 #endif 42 #endif