target/arm: Rename TBFLAG_A32, SCTLR_B
commit6a01eab7d823d8ae7430015e27922370f4bf9107
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 19 Apr 2021 20:22:28 +0000 (19 13:22 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 30 Apr 2021 10:16:49 +0000 (30 11:16 +0100)
tree2c715ea3f6865148ea03a4d49cefbc179a93d255
parenta736cbc303f3c3f79b7b0b09e0dd4e18c8bcf94c
target/arm: Rename TBFLAG_A32, SCTLR_B

We're about to rearrange the macro expansion surrounding tbflags,
and this field name will be expanded using the bit definition of
the same name, resulting in a token pasting error.

So SCTLR_B -> SCTLR__B in the 3 uses, and document it.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210419202257.161730-3-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/helper.c
target/arm/translate.c