diff options
| author | limeidan <limeidan@loongson.cn> | 2024-05-21 19:23:44 +0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-08-02 14:38:24 +0000 |
| commit | 3a55b92ccffc9211d2aac68802433712f126ec75 (patch) | |
| tree | d1b8bbb5f80a559eee557a1ad6fd81fec8c3db85 /src/runtime/debugcall.go | |
| parent | 492e2b64dad81094a284f572b66eed93ee342fa7 (diff) | |
| download | go-3a55b92ccffc9211d2aac68802433712f126ec75.tar.xz | |
runtime: add debug call injection support on loong64
Change-Id: Iaf2bd9da0b35c20c5b57db2eb9b2eea2b662140c
Reviewed-on: https://go-review.googlesource.com/c/go/+/587055
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: abner chenc <chenguoqi@loongson.cn>
Diffstat (limited to 'src/runtime/debugcall.go')
| -rw-r--r-- | src/runtime/debugcall.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/debugcall.go b/src/runtime/debugcall.go index fee4116aa5..a9be4f4ee3 100644 --- a/src/runtime/debugcall.go +++ b/src/runtime/debugcall.go @@ -5,7 +5,7 @@ // Though the debug call function feature is not enabled on // ppc64, inserted ppc64 to avoid missing Go declaration error // for debugCallPanicked while building runtime.test -//go:build amd64 || arm64 || ppc64le || ppc64 +//go:build amd64 || arm64 || loong64 || ppc64le || ppc64 package runtime |
