On Fri, 16 Apr 2021 at 20:06, Richard Henderson <[email protected]> wrote: > > Now that these bits have been moved out of tb->flags, > where TBFLAG_ANY was filling from the top, move AM32 > to fill from the top, and A32 and M32 to fill from the > bottom. This means fewer changes when adding new bits. > > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/cpu.h | 42 +++++++++++++++++++++--------------------- > 1 file changed, 21 insertions(+), 21 deletions(-)
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
