target/arm: Fix indentation
authorGustavo Romero <gustavo.romero@linaro.org>
Mon, 24 Jun 2024 18:09:13 +0000 (18:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 1 Jul 2024 14:40:53 +0000 (15:40 +0100)
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>
target/arm/tcg/cpu64.c

index 0899251eef4a17bbebd11999676cb3885ebf7de8..71e1bfcd4ee7ce3b308cb8ce87a4ee4a78c515ce 100644 (file)
@@ -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;