On 25 August 2017 at 23:48, Richard Henderson <richard.hender...@linaro.org> wrote: > For "ldp x0, x1, [x0]", if the second load is on a second page and > the second page is unmapped, the exception would be raised with x0 > already modified. This means the instruction couldn't be restarted. > > Cc: qemu-...@nongnu.org > Cc: qemu-sta...@nongnu.org > Reported-by: Andrew <and...@fubar.geek.nz> > Fixes: https://bugs.launchpad.net/qemu/+bug/1713066 > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/translate-a64.c | 28 ++++++++++++++++------------ > 1 file changed, 16 insertions(+), 12 deletions(-)
Applied to target-arm.next, thanks. -- PMM