vendor/golang.org/x/sys/unix/asm_linux_riscv64.s
changeset 256 6d9efbef00a9
parent 251 1c52a0eeb952
equal deleted inserted replaced
255:4f153a23adab 256:6d9efbef00a9
     1 // Copyright 2019 The Go Authors. All rights reserved.
     1 // Copyright 2019 The Go Authors. All rights reserved.
     2 // Use of this source code is governed by a BSD-style
     2 // Use of this source code is governed by a BSD-style
     3 // license that can be found in the LICENSE file.
     3 // license that can be found in the LICENSE file.
     4 
     4 
     5 // +build riscv64,!gccgo
     5 //go:build riscv64 && gc
       
     6 // +build riscv64
       
     7 // +build gc
     6 
     8 
     7 #include "textflag.h"
     9 #include "textflag.h"
     8 
    10 
     9 //
    11 //
    10 // System calls for linux/riscv64.
    12 // System calls for linux/riscv64.