diff options
Diffstat (limited to 'vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s')
-rw-r--r-- | vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s b/vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s index d560019..f890266 100644 --- a/vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s +++ b/vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s @@ -3,8 +3,6 @@ // license that can be found in the LICENSE file. //go:build (darwin || freebsd || netbsd || openbsd) && gc -// +build darwin freebsd netbsd openbsd -// +build gc #include "textflag.h" |