Re: [Qemu-devel] [PATCH v2] mips: Correct MIPS16/microMIPS branch size calculation

2014-11-17 Thread Leon Alrae
On 07/11/2014 20:05, Maciej W. Rozycki wrote: > Correct MIPS16/microMIPS branch size calculation in PC adjustment > needed: > > - to set the value of CP0.ErrorEPC at the entry to the reset exception, > > - for the purpose of branch reexecution in the context of device I/O. > > Follow the approa

[Qemu-devel] [PATCH v2] mips: Correct MIPS16/microMIPS branch size calculation

2014-11-07 Thread Maciej W. Rozycki
Correct MIPS16/microMIPS branch size calculation in PC adjustment needed: - to set the value of CP0.ErrorEPC at the entry to the reset exception, - for the purpose of branch reexecution in the context of device I/O. Follow the approach taken in `exception_resume_pc' for ordinary, Debug and NMI