blob: 141aef657f3c9dda151eb130afc14358f4a67fef [file] [log] [blame]
Rocky Zhang8f997da2011-10-03 21:11:37 +08001/* autogenerated by gensyscalls.py */
Ricardo Cerqueira7b91e6a2013-07-25 17:04:33 +01002#include <asm/unistd.h>
Rocky Zhang8f997da2011-10-03 21:11:37 +08003 .text
4 .globl stime
5 .align 4
6 .ent stime
7
8stime:
9 .set noreorder
10 .cpload $t9
11 li $v0, (4000+25)
12 syscall
13 bnez $a3, 1f
14 move $a0, $v0
15 j $ra
16 nop
171:
18 la $t9,__set_errno
19 j $t9
20 nop
21 .set reorder
22 .end stime