On Mon, 24 Feb 2020 at 22:22, Richard Henderson <[email protected]> wrote: > > Now that we no longer have an early check for ARM_FEATURE_VFP, > we can use the proper ISA check in trans_VLLDM_VLSTM. > > Signed-off-by: Richard Henderson <[email protected]> > --- > v2: Fix !secure (pmm) > --- > target/arm/vfp.decode | 2 ++ > target/arm/translate-vfp.inc.c | 39 +++++++++++++++++++++++++ > target/arm/translate.c | 53 ++++++---------------------------- > 3 files changed, 50 insertions(+), 44 deletions(-) >
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
