Sign in
ara-mdk
/
platform
/
bionic
/
5c5f303e4c661a71ae8e4c7fd99fc7674360321e
/
.
/
libc
/
arch-mips
/
syscalls
/
dup2.S
blob: d040ef3e2e206d7fdb0daff9aae78c7ff79c56fe [
file
] [
log
] [
blame
]
/*
autogenerated by gensyscalls.py
*/
#include <asm/unistd.h>
.text
.globl dup2
.align
4
.ent dup2
dup2
:
.set noreorder
.cpload
$
t9
li
$
v0
,
__NR_dup2
syscall
bnez
$
a3
,
1
f
move
$
a0
,
$
v0
j
$
ra
nop
1
:
la
$
t9
,
__set_errno
j
$
t9
nop
.set reorder
.end dup2