On 4/16/19 5:57 AM, Peter Maydell wrote: > If the floating point extension is present, then the SG instruction > must clear the CONTROL_S.SFPA bit. Implement this. > > (On a no-FPU system the bit will always be zero, so we don't need > to make the clearing of the bit conditional on ARM_FEATURE_VFP.) > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/helper.c | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~