Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
94a34010c1f989032c0a4dc7a7a68d069ca23b1e
/
.
/
libc
/
arch-x86
/
syscalls
/
pause.S
blob: 70be691cb78783897c4743f15ca749e2c16474ba [
file
] [
log
] [
blame
]
/*
autogenerated by gensyscalls.py
*/
#include <machine/asm.h>
#include <sys/linux-syscalls.h>
ENTRY
(
pause
)
movl
$
__NR_pause
,
%eax
int
$
0x80
cmpl
$
-129
,
%eax
jb
1
f
negl %eax
pushl %eax
call __set_errno
addl
$
4
,
%esp
orl
$
-1
,
%eax
1
:
ret
END
(
pause
)