On 7 May 2012 03:45, Matt Craighead <mjcraigh...@gmail.com> wrote: > diff --git a/target-arm/neon_helper.c b/target-arm/neon_helper.c > -#define SET_QC() env->vfp.xregs[ARM_VFP_FPSCR] = CPSR_Q > +#define SET_QC() env->vfp.xregs[ARM_VFP_FPSCR] |= CPSR_Q
Bug reproduced, fix confirmed, Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> This bug has actually been in the code since 2008... As a trivial and obvious patch I think I'll put it into a pullreq for 1.1. -- PMM