blob: 9ede095d9023154d9df57ac3e476678af45c443d [file] [log] [blame]
Chih-Wei Huangc96db6b2016-08-24 22:58:24 +08001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(iopl)
6 pushl %ebx
7 .cfi_def_cfa_offset 8
8 .cfi_rel_offset ebx, 0
9
10 call __kernel_syscall
11 pushl %eax
12 .cfi_adjust_cfa_offset 4
13 .cfi_rel_offset eax, 0
14
15 mov 12(%esp), %ebx
16 movl $__NR_iopl, %eax
17 call *(%esp)
18 addl $4, %esp
19
20 cmpl $-MAX_ERRNO, %eax
21 jb 1f
22 negl %eax
23 pushl %eax
24 call __set_errno_internal
25 addl $4, %esp
261:
27 popl %ebx
28 ret
29END(iopl)