diff options
Diffstat (limited to 'libgo/go/golang.org/x/sys')
-rw-r--r-- | libgo/go/golang.org/x/sys/cpu/cpu_riscv.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgo/go/golang.org/x/sys/cpu/cpu_riscv.go b/libgo/go/golang.org/x/sys/cpu/cpu_riscv.go new file mode 100644 index 0000000..891cb98 --- /dev/null +++ b/libgo/go/golang.org/x/sys/cpu/cpu_riscv.go @@ -0,0 +1,7 @@ +// Copyright 2020 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// +build riscv + +package cpu |