Text file src/syscall/asm_aix_ppc64.s

     1  // Copyright 2014 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  #include "textflag.h"
     6  
     7  //
     8  // System calls for aix/ppc64 are implemented in ../runtime/syscall_aix.go
     9  //
    10  
    11  TEXT ·syscall6(SB),NOSPLIT,$0
    12  	JMP	runtime·syscall_syscall6(SB)
    13  
    14  TEXT ·rawSyscall6(SB),NOSPLIT,$0
    15  	JMP	runtime·syscall_rawSyscall6(SB)
    16  
    17  TEXT ·RawSyscall(SB),NOSPLIT,$0
    18  	JMP	runtime·syscall_RawSyscall(SB)
    19  
    20  TEXT ·Syscall(SB),NOSPLIT,$0
    21  	JMP	runtime·syscall_Syscall(SB)
    22  

View as plain text