blob: 611a06292d2fd0c014d50eabadfcf04956018bd4 [file] [log] [blame]
Elliott Hughes3f525d42014-06-24 16:32:01 -07001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
Dan Alberte35fd482014-08-08 15:19:20 -07005 .hidden __set_errno
6
Elliott Hughes3f525d42014-06-24 16:32:01 -07007ENTRY(splice)
8 .set noreorder
9 .cpload t9
10 li v0, __NR_splice
11 syscall
12 bnez a3, 1f
13 move a0, v0
14 j ra
15 nop
161:
17 la t9,__set_errno
18 j t9
19 nop
20 .set reorder
21END(splice)