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

2012-06-12 Thread Peter Maydell
On 8 June 2012 02:06, Maciej W. Rozycki wrote: > From: Nathan Froyd > >  Nathan's original terse comment: > > "Use MIPS_HFLAG_B16 to determine the address of a jump instruction when we > need to restart a delay slot instruction." > > and was not accompanied by a test case nor I have one offhand.

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

2012-06-12 Thread Richard Henderson
On 2012-06-07 18:06, Maciej W. Rozycki wrote: > "Use MIPS_HFLAG_B16 to determine the address of a jump instruction when we > need to restart a delay slot instruction." > > and was not accompanied by a test case nor I have one offhand. > > However this change appears obviously correct to me, and

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

2012-06-07 Thread Maciej W. Rozycki
From: Nathan Froyd Nathan's original terse comment: "Use MIPS_HFLAG_B16 to determine the address of a jump instruction when we need to restart a delay slot instruction." and was not accompanied by a test case nor I have one offhand. However this change appears obviously correct to me, and t