aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/panic32.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/panic32.go')
-rw-r--r--src/runtime/panic32.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/panic32.go b/src/runtime/panic32.go
index aea8401a37..acbdd1ff45 100644
--- a/src/runtime/panic32.go
+++ b/src/runtime/panic32.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build 386 || arm || mips || mipsle
// +build 386 arm mips mipsle
package runtime