mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
target/arm: Remove a handful of stray tabs
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 <peter.maydell@linaro.org> Message-id: 20180821165215.29069-4-peter.maydell@linaro.org
This commit is contained in:
parent
67aed15551
commit
6e0fafe2ef
2 changed files with 9 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue