1 #include "uml-config.h"
5 .section .__syscall_stub, "x"
7 .globl batch_syscall_stub
9 /* load pointer to first operation */
10 mov $(STUB_DATA+8), %esp
13 /* load length of additional data */
16 /* if(length == 0) : end of list */
17 /* write possible 0 to header */
22 /* save current pointer */
25 /* skip additional data */
31 /* load syscall params */
42 /* check return value */
48 /* save return value */