diff options
Diffstat (limited to 'arch/arm/lib/lib1funcs.S')
-rw-r--r-- | arch/arm/lib/lib1funcs.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/lib/lib1funcs.S b/arch/arm/lib/lib1funcs.S index 59026029d017..4964e5bafa0f 100644 --- a/arch/arm/lib/lib1funcs.S +++ b/arch/arm/lib/lib1funcs.S | |||
@@ -306,9 +306,9 @@ ENTRY(__modsi3) | |||
306 | 306 | ||
307 | Ldiv0: | 307 | Ldiv0: |
308 | 308 | ||
309 | str lr, [sp, #-4]! | 309 | str lr, [sp, #-8]! |
310 | bl __div0 | 310 | bl __div0 |
311 | mov r0, #0 @ About as wrong as it could be. | 311 | mov r0, #0 @ About as wrong as it could be. |
312 | ldr pc, [sp], #4 | 312 | ldr pc, [sp], #8 |
313 | 313 | ||
314 | 314 | ||