diff options
| author | Mauri de Souza Meneguzzo <mauri870@gmail.com> | 2024-01-25 23:11:02 +0000 |
|---|---|---|
| committer | Joel Sing <joel@sing.id.au> | 2024-01-27 13:31:41 +0000 |
| commit | f719d5cffdb8298eff7a5ef533fe95290e8c869c (patch) | |
| tree | 1ff53eb51213104caa496854d6f9e124be95aded /src/runtime/asm.s | |
| parent | 99efe7c39e80b92511bb06153da4d4d8db6138a6 (diff) | |
| download | go-f719d5cffdb8298eff7a5ef533fe95290e8c869c.tar.xz | |
runtime: crash stack support for loong64
Change-Id: Icc2641b888440cc27444b5dfb2b8ff286e6a595d
GitHub-Last-Rev: f5772e32e9190ab1eed94fcf2c9e58d6bc0d74d6
GitHub-Pull-Request: golang/go#63923
Reviewed-on: https://go-review.googlesource.com/c/go/+/539536
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
Run-TryBot: Joel Sing <joel@sing.id.au>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
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 |
