> From: Aleksandar Markovic <aleksandar.marko...@rt-rk.com> > Sent: Monday, August 20, 2018 8:16 PM > > Subject: [PATCH v11 04/46] target/mips: Prevent switching mode related to > Config3 ISA bit for nanoMIPS > > From: Stefan Markovic <smarko...@wavecomp.com> > > Only if Config3.ISA is 3 (microMIPS), the mode should be switched in > cpu_state_reset(). Config3.ISA is 1 for nanoMIPS processors, and no mode > change should happen. > > Signed-off-by: Aleksandar Markovic <amarko...@wavecomp.com> > --- > target/mips/translate.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Aleksandar Markovic <amarko...@wavecomp.com>