1
0
mirror of https://github.com/beego/bee.git synced 2024-06-23 15:34:13 +00:00
bee/vendor/golang.org/x/sys/unix/asm_solaris_amd64.s
2016-12-20 17:02:58 +08:00

18 lines
426 B
ArmAsm

// 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-64
JMP syscall·sysvicall6(SB)
TEXT ·rawSysvicall6(SB),NOSPLIT,$0-64
JMP syscall·rawSysvicall6(SB)