Re: [Qemu-devel] [PATCH v3 30/40] target/mips: Adjust set_pc() for nanoMIPS

2018-07-23 Thread Richard Henderson
On 07/19/2018 05:55 AM, Stefan Markovic wrote: > From: James Hogan > > ERET and ERETNC shouldn't clear MIPS_HFLAG_M16 for nanoMIPS since there > is no ISA bit, so fix set_pc() to skip the hflags update. > > Signed-off-by: James Hogan > Signed-off-by: Yongbok Kim > Signed-off-by: Aleksandar Mar

[Qemu-devel] [PATCH v3 30/40] target/mips: Adjust set_pc() for nanoMIPS

2018-07-19 Thread Stefan Markovic
From: James Hogan ERET and ERETNC shouldn't clear MIPS_HFLAG_M16 for nanoMIPS since there is no ISA bit, so fix set_pc() to skip the hflags update. Signed-off-by: James Hogan Signed-off-by: Yongbok Kim Signed-off-by: Aleksandar Markovic Signed-off-by: Stefan Markovic Reviewed-by: Aleksandar