projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fe72e2
)
target/arm: Add missing space in comment
author
Peter Maydell
<peter.maydell@linaro.org>
Fri, 19 Aug 2022 11:00:52 +0000
(12:00 +0100)
committer
Richard Henderson
<richard.henderson@linaro.org>
Wed, 14 Sep 2022 10:19:40 +0000
(11:19 +0100)
Fix a missing space before a comment terminator.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <
20220819110052
.
2942289
-7-peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/cpu_tcg.c
patch
|
blob
|
history
diff --git
a/target/arm/cpu_tcg.c
b/target/arm/cpu_tcg.c
index f63f8cdd95415d753d4a4291abfcdcfc85219412..b714c61d940a93fd0fb0f6cd0545f263b155b8c1 100644
(file)
--- a/
target/arm/cpu_tcg.c
+++ b/
target/arm/cpu_tcg.c
@@
-64,7
+64,7
@@
void aa32_max_features(ARMCPU *cpu)
t = FIELD_DP32(t, ID_MMFR4, HPDS, 1); /* FEAT_AA32HPD */
t = FIELD_DP32(t, ID_MMFR4, AC2, 1); /* ACTLR2, HACTLR2 */
t = FIELD_DP32(t, ID_MMFR4, CNP, 1); /* FEAT_TTCNP */
- t = FIELD_DP32(t, ID_MMFR4, XNX, 1); /* FEAT_XNX*/
+ t = FIELD_DP32(t, ID_MMFR4, XNX, 1); /* FEAT_XNX
*/
cpu->isar.id_mmfr4 = t;
t = cpu->isar.id_mmfr5;