blob: 81cc8c4e5fe5a210b1cb41d78b06d606c790a133 [file] [log] [blame]
Elliott Hughes103ccde2013-10-16 14:27:59 -07001/* Generated by gensyscalls.py. Do not edit. */
2
Elliott Hughes9abbbdc2014-02-19 14:54:31 -08003#include <private/bionic_asm.h>
Raghu Gandham1fa0d842012-01-27 17:51:42 -08004
Dan Albertbc9f9f22014-08-08 15:19:20 -07005 .hidden __set_errno
6
Elliott Hughes9abbbdc2014-02-19 14:54:31 -08007ENTRY(__timer_create)
Raghu Gandham1fa0d842012-01-27 17:51:42 -08008 .set noreorder
Elliott Hugheseae27dc2014-02-19 12:20:00 -08009 .cpload t9
10 li v0, __NR_timer_create
Raghu Gandham1fa0d842012-01-27 17:51:42 -080011 syscall
Elliott Hugheseae27dc2014-02-19 12:20:00 -080012 bnez a3, 1f
13 move a0, v0
14 j ra
Raghu Gandham1fa0d842012-01-27 17:51:42 -080015 nop
161:
Elliott Hugheseae27dc2014-02-19 12:20:00 -080017 la t9,__set_errno
18 j t9
Raghu Gandham1fa0d842012-01-27 17:51:42 -080019 nop
20 .set reorder
Elliott Hughes9abbbdc2014-02-19 14:54:31 -080021END(__timer_create)