Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20200303174950.3298-5-peter.maydell@linaro.org
···12490124901249112491/*
1249212492 * If we have triggered a EL state change we can't rely on the
1249312493- * translator having passed it too us, we need to recompute.
1249312493+ * translator having passed it to us, we need to recompute.
1249412494 */
1249512495void HELPER(rebuild_hflags_a32_newel)(CPUARMState *env)
1249612496{
+1-1
target/arm/translate.c
···7296729672977297 if (!isread && !(ri->type & ARM_CP_SUPPRESS_TB_END)) {
72987298 /*
72997299- * A write to any coprocessor regiser that ends a TB
72997299+ * A write to any coprocessor register that ends a TB
73007300 * must rebuild the hflags for the next TB.
73017301 */
73027302 TCGv_i32 tcg_el = tcg_const_i32(s->current_el);