aboutsummaryrefslogtreecommitdiff
path: root/target/arm
diff options
context:
space:
mode:
authorGustavo Romero <gustavo.romero@linaro.org>2024-06-24 18:09:13 +0000
committerPeter Maydell <peter.maydell@linaro.org>2024-07-01 15:40:53 +0100
commit4df378ab5164635d0431086b800adb770c037a64 (patch)
treee11aab1e363d3d7e400f0cbc4096e84ea793e9c6 /target/arm
parent2cd5078d5784ef57935d2b157bf6d5566e86eac9 (diff)
downloadqemu-4df378ab5164635d0431086b800adb770c037a64.zip
qemu-4df378ab5164635d0431086b800adb770c037a64.tar.gz
qemu-4df378ab5164635d0431086b800adb770c037a64.tar.bz2
target/arm: Fix indentation
Fix comment indentation adding a missing space. Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20240624180915.4528-2-gustavo.romero@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target/arm')
-rw-r--r--target/arm/tcg/cpu64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/tcg/cpu64.c b/target/arm/tcg/cpu64.c
index 0899251..71e1bfc 100644
--- a/target/arm/tcg/cpu64.c
+++ b/target/arm/tcg/cpu64.c
@@ -1167,7 +1167,7 @@ void aarch64_max_tcg_initfn(Object *obj)
t = cpu->isar.id_aa64isar2;
t = FIELD_DP64(t, ID_AA64ISAR2, MOPS, 1); /* FEAT_MOPS */
- t = FIELD_DP64(t, ID_AA64ISAR2, BC, 1); /* FEAT_HBC */
+ t = FIELD_DP64(t, ID_AA64ISAR2, BC, 1); /* FEAT_HBC */
t = FIELD_DP64(t, ID_AA64ISAR2, WFXT, 2); /* FEAT_WFxT */
cpu->isar.id_aa64isar2 = t;