blob: f85400419da9d5e309a1e21f12310b139c5dc4c1 [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 push
9 .set noreorder
10 li v0, __NR_vmsplice
11 syscall
12 bnez a3, 1f
13 move a0, v0
14 j ra
15 nop
161:
17 move t0, ra
18 bal 2f
19 nop
202:
21 .cpsetup ra, t1, 2b
22 LA t9,__set_errno
23 .cpreturn
24 j t9
25 move ra, t0
26 .set pop
27END(vmsplice)