qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 43/52] target/arm: Remove a handful of stray tabs


From: Peter Maydell
Subject: [Qemu-devel] [PULL 43/52] target/arm: Remove a handful of stray tabs
Date: Fri, 24 Aug 2018 10:33:34 +0100

Following the bulk conversion of the iwMMXt code, there are
just a handful of hard coded tabs in target/arm; fix them.
This is a whitespace-only patch.

Signed-off-by: Peter Maydell <address@hidden>
Message-id: address@hidden
---
 target/arm/cpu.h      | 16 ++++++++--------
 target/arm/arm-semi.c |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/target/arm/cpu.h b/target/arm/cpu.h
index 62c36b41507..65c0fa0a659 100644
--- a/target/arm/cpu.h
+++ b/target/arm/cpu.h
@@ -1320,14 +1320,14 @@ enum arm_cpu_mode {
 #define ARM_VFP_FPINST2 10
 
 /* iwMMXt coprocessor control registers.  */
-#define ARM_IWMMXT_wCID                0
-#define ARM_IWMMXT_wCon                1
-#define ARM_IWMMXT_wCSSF       2
-#define ARM_IWMMXT_wCASF       3
-#define ARM_IWMMXT_wCGR0       8
-#define ARM_IWMMXT_wCGR1       9
-#define ARM_IWMMXT_wCGR2       10
-#define ARM_IWMMXT_wCGR3       11
+#define ARM_IWMMXT_wCID  0
+#define ARM_IWMMXT_wCon  1
+#define ARM_IWMMXT_wCSSF 2
+#define ARM_IWMMXT_wCASF 3
+#define ARM_IWMMXT_wCGR0 8
+#define ARM_IWMMXT_wCGR1 9
+#define ARM_IWMMXT_wCGR2 10
+#define ARM_IWMMXT_wCGR3 11
 
 /* V7M CCR bits */
 FIELD(V7M_CCR, NONBASETHRDENA, 0, 1)
diff --git a/target/arm/arm-semi.c b/target/arm/arm-semi.c
index 7cac8734c70..b2b22d231e3 100644
--- a/target/arm/arm-semi.c
+++ b/target/arm/arm-semi.c
@@ -136,7 +136,7 @@ static void arm_semi_cb(CPUState *cs, target_ulong ret, 
target_ulong err)
 #ifdef CONFIG_USER_ONLY
         ts->swi_errno = err;
 #else
-       syscall_err = err;
+        syscall_err = err;
 #endif
         reg0 = ret;
     } else {
-- 
2.18.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]