commit | 1adff3dce418a597a61a86cc4b565a21ae052def | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Wed Mar 26 11:42:53 2003 +0000 |
committer | wdenk <wdenk> | Wed Mar 26 11:42:53 2003 +0000 |
tree | 36654d13ca2b52408810f905ccbb3143cb82ce1a | |
parent | a24dcc5234939ea53ea0c043a6bf665259661dec [diff] [blame] |
Make compile clean, fix the usual small problems.
diff --git a/lib_arm/_umodsi3.S b/lib_arm/_umodsi3.S index 899ffbf..e4aebe8 100644 --- a/lib_arm/_umodsi3.S +++ b/lib_arm/_umodsi3.S
@@ -6,10 +6,10 @@ divisor .req r1 overdone .req r2 curbit .req r3 -ip .req r12 -sp .req r13 -lr .req r14 -pc .req r15 +/* ip .req r12 */ +/* sp .req r13 */ +/* lr .req r14 */ +/* pc .req r15 */ .text .globl __umodsi3 .type __umodsi3 ,function