Re: [Qemu-devel] [PATCH v2 25/33] target/mips: Adjust set_pc() for nanoMIPS

2018-07-10 Thread Aleksandar Markovic
> Subject: [PATCH v2 25/33] target/mips: Adjust set_pc() for nanoMIPS > > 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

[Qemu-devel] [PATCH v2 25/33] target/mips: Adjust set_pc() for nanoMIPS

2018-07-09 Thread Aleksandar 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 --- target/mips/op_help