blob: 4ccd2adaa93d7019a234e2d9664ea2b3b6c9cc3c [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>
Elliott Hughesb4f76162013-09-19 16:27:24 -07004
Elliott Hughes9abbbdc2014-02-19 14:54:31 -08005ENTRY(truncate64)
Elliott Hughesb4f76162013-09-19 16:27:24 -07006 .set noreorder
Elliott Hughesd4ca2312017-10-11 22:27:45 -07007 .cpload $t9
8 li $v0, __NR_truncate64
Elliott Hughesb4f76162013-09-19 16:27:24 -07009 syscall
Elliott Hughesd4ca2312017-10-11 22:27:45 -070010 bnez $a3, 1f
11 move $a0, $v0
12 j $ra
Elliott Hughesb4f76162013-09-19 16:27:24 -070013 nop
141:
Elliott Hughesd4ca2312017-10-11 22:27:45 -070015 la $t9,__set_errno_internal
16 j $t9
Elliott Hughesb4f76162013-09-19 16:27:24 -070017 nop
18 .set reorder
Elliott Hughes9abbbdc2014-02-19 14:54:31 -080019END(truncate64)