Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libc/arch/arm/quad Whitespace.
details: https://anonhg.NetBSD.org/src/rev/914127f9e9e1
branches: trunk
changeset: 786656:914127f9e9e1
user: skrll <skrll%NetBSD.org@localhost>
date: Sun May 05 19:02:22 2013 +0000
description:
Whitespace.
diffstat:
common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 0a7aeaf2b6e7 -r 914127f9e9e1 common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S
--- a/common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S Sun May 05 19:01:54 2013 +0000
+++ b/common/lib/libc/arch/arm/quad/__aeabi_ldivmod.S Sun May 05 19:02:22 2013 +0000
@@ -29,13 +29,13 @@
#include <machine/asm.h>
-RCSID("$NetBSD: __aeabi_ldivmod.S,v 1.3 2013/04/19 05:36:16 skrll Exp $")
+RCSID("$NetBSD: __aeabi_ldivmod.S,v 1.4 2013/05/05 19:02:22 skrll Exp $")
ENTRY(__aeabi_ldivmod)
push {r4-r5, sl, lr}
#define NEG r5
mov NEG, #0
-
+
#ifdef __ARMEB__
#define ALO r1 /* incoming numerator, outgoing quotient */
#define AHI r0 /* incoming numerator, outgoing quotient */
@@ -103,7 +103,7 @@
* them to see if the numerator has the same value. We
* don't have to worry about sign.
*/
- teq BHI, AHI
+ teq BHI, AHI
teqeq BLO, ALO
bne 1f
Home |
Main Index |
Thread Index |
Old Index