blob: 140d0d1ac0c0db7d55f6bf7501e287a75df0b65a [file] [log] [blame]
Raghu Gandham1fa0d842012-01-27 17:51:42 -08001/* autogenerated by gensyscalls.py */
2#include <sys/linux-syscalls.h>
3 .text
4 .globl __timer_create
5 .align 4
6 .ent __timer_create
7
8__timer_create:
9 .set noreorder
10 .cpload $t9
11 li $v0, __NR_timer_create
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 __timer_create