> From: Aleksandar Markovic <[email protected]> > Sent: Monday, August 13, 2018 7:53 PM > > Subject: [PATCH v8 55/87] target/mips: Adjust set_hflags_for_handler() for > nanoMIPS > > From: James Hogan <[email protected]> > > We shouldn't clear M16 mode when entering an interrupt on nanoMIPS, > otherwise we'll start interpreting the code as normal MIPS code. > > Signed-off-by: James Hogan <[email protected]> > Signed-off-by: Yongbok Kim <[email protected]> > Signed-off-by: Aleksandar Markovic <[email protected]> > Signed-off-by: Stefan Markovic <[email protected]> > --- > target/mips/helper.c | 3 +++ > 1 file changed, 3 insertions(+)
This code segment should be re-thought and redesigned in future cleanups. For now: Reviewed-by: Aleksandar Markovic <[email protected]>
