aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/signal_mips64x.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/signal_mips64x.go')
-rw-r--r--src/runtime/signal_mips64x.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/signal_mips64x.go b/src/runtime/signal_mips64x.go
index 2a347ff4cb..1616b57027 100644
--- a/src/runtime/signal_mips64x.go
+++ b/src/runtime/signal_mips64x.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 (linux || openbsd) && (mips64 || mips64le)
// +build linux openbsd
// +build mips64 mips64le