3 /* Args: syscall_args_32*, function pointer */
8 movl 5*4(%esp), %eax /* pointer to args struct */
18 call *(6*4)(%esp) /* Do the syscall */
20 /* Now we need to recover without losing any reg values */
37 .type sys32_helper, @function
38 .size sys32_helper, .-sys32_helper
45 .type int80_and_ret, @function
46 .size int80_and_ret, .-int80_and_ret