From 3a55b92ccffc9211d2aac68802433712f126ec75 Mon Sep 17 00:00:00 2001 From: limeidan Date: Tue, 21 May 2024 19:23:44 +0800 Subject: 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 Reviewed-by: Dmitri Shuralyov Reviewed-by: abner chenc Reviewed-by: Michael Knyszek Auto-Submit: abner chenc --- src/runtime/debugcall.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/debugcall.go') 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 -- cgit v1.3