On Fri, 16 Apr 2021 at 20:03, Richard Henderson <[email protected]> wrote: > > 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. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/cpu.h | 2 +- > target/arm/helper.c | 4 ++-- > target/arm/translate-a64.c | 2 +- > target/arm/translate.c | 2 +- > 4 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
