]> Git Repo - qemu.git/commit
target/arm: Rename TBFLAG_ANY, PSTATE_SS
authorRichard Henderson <[email protected]>
Mon, 19 Apr 2021 20:22:29 +0000 (13:22 -0700)
committerPeter Maydell <[email protected]>
Fri, 30 Apr 2021 10:16:50 +0000 (11:16 +0100)
commitae6eb1e9b3ccc211d96261a5c650e6650b508aa6
tree2e4189d004e181beb8a777a258729a0e4eca7677
parent6a01eab7d823d8ae7430015e27922370f4bf9107
target/arm: Rename TBFLAG_ANY, PSTATE_SS

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 PSTATE_SS -> PSTATE__SS in the uses, and document it.

Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-id: 20210419202257[email protected]
Signed-off-by: Peter Maydell <[email protected]>
target/arm/cpu.h
target/arm/helper.c
target/arm/translate-a64.c
target/arm/translate.c
This page took 0.025701 seconds and 4 git commands to generate.