repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git]
/
arch
/
arm-all
/
arm-aeabi
/
idiv0.S
blob
b298b349bed185119e54b2484ffae980e322f3f8
1
/*
2
* setjmp.s
3
*
4
* Created on: Aug 5, 2009
5
* Author: misc
6
* $Id$
7
*/
8
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