blob: 5ad23a6e9e55d0e909223c8a9920fac213043f57 [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(vmsplice)
8 .set noreorder
9 .cpload t9
10 li v0, __NR_vmsplice
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(vmsplice)