Sign in
android
/
platform
/
external
/
musl
/
3da2b5cceae98f5098e62e7865fe6433c1e82775
/
.
/
src
/
process
/
i386
/
vfork.s
blob: 3d0e6d6bde6487d5e398aaf0e062f42e1d8a88f4 [
file
] [
log
] [
blame
]
.global vfork
.type vfork
,@
function
vfork
:
pop %edx
mov
$
190
,
%eax
int
$
128
push %edx
push %eax
.hidden __syscall_ret
call __syscall_ret
pop %edx
ret