On 07/20/2018 07:56 AM, Peter Maydell wrote: > On exception return for M-profile, we must restore the CONTROL.SPSEL > bit from the EXCRET value before we do any kind of tailchaining, > including for the derived exceptions on integrity check failures. > Otherwise we will give the guest an incorrect EXCRET.SPSEL value on > exception entry for the tailchained exception. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/helper.c | 16 ++++++++++------ > 1 file changed, 10 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~