diff options
Diffstat (limited to 'libgo/go/runtime/unaligned1.go')
-rw-r--r-- | libgo/go/runtime/unaligned1.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/runtime/unaligned1.go b/libgo/go/runtime/unaligned1.go index c94f19eeb94..2f5b63a4c7c 100644 --- a/libgo/go/runtime/unaligned1.go +++ b/libgo/go/runtime/unaligned1.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build 386 amd64 amd64p32 arm64 ppc64 ppc64le s390x ppc s390 arm64be +// +build 386 amd64 amd64p32 arm64 ppc64 ppc64le s390x ppc s390 arm64be riscv64 package runtime |