1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-03 12:56:10 +02:00
gitea/vendor/golang.org/x/sys/unix/asm_solaris_amd64.s
2018-10-26 19:18:40 -04:00

18 lines
426 B
ArmAsm
Vendored

// Copyright 2014 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 !gccgo
#include "textflag.h"
//
// System calls for amd64, Solaris are implemented in runtime/syscall_solaris.go
//
TEXT ·sysvicall6(SB),NOSPLIT,$0-88
JMP syscall·sysvicall6(SB)
TEXT ·rawSysvicall6(SB),NOSPLIT,$0-88
JMP syscall·rawSysvicall6(SB)