mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 20:36:56 +00: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. Backports commit 6e0fafe2ef02378c696e7cf84ef41511e3b3b81a from qemu
This commit is contained in:
parent
1b8534bf31
commit
39045d67df
|
@ -1260,14 +1260,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…
Reference in a new issue