revert between 56095 -> 55830 in arch
[AROS.git] / arch / arm-all / arm-aeabi / idiv0.S
blobb298b349bed185119e54b2484ffae980e322f3f8
1 /*
2  * setjmp.s
3  *
4  *  Created on: Aug 5, 2009
5  *      Author: misc
6  *  $Id$
7  */
9 /* divide by zero error: either return 0:0 pair or raise exception */
10         .align 2
11         .weak __aeabi_idiv0
12         .type __aeabi_idiv0,%function
13 __aeabi_idiv0:
14         mov             r0,#0
15         mov             r1,#0
16         bx              lr