Re: [Qemu-devel] ARM: SVE movprfx issue

2018-08-01 Thread Richard Henderson
On 08/01/2018 05:38 AM, Laurent Desnogues wrote: > there's a typo in sve_movz_d where n[1] is used instead of n[i]. Oops. Thanks, fix queued. r~

[Qemu-devel] ARM: SVE movprfx issue

2018-08-01 Thread Laurent Desnogues
Hello Richard, there's a typo in sve_movz_d where n[1] is used instead of n[i]. Thanks, Laurent