Re: [PATCH v2] target/mips/helper: Also display exception names in user-mode

2020-11-22 Thread Philippe Mathieu-Daudé
On 11/19/20 5:05 PM, Philippe Mathieu-Daudé wrote: > Currently MIPS exceptions are displayed as string in system-mode > emulation, but as number in user-mode. > Unify by extracting the current system-mode code as excp_name() > and use that in user-mode. > > Signed-off-by: Philippe Mathieu-Daudé >

Re: [PATCH v2] target/mips/helper: Also display exception names in user-mode

2020-11-19 Thread Richard Henderson
On 11/19/20 8:05 AM, Philippe Mathieu-Daudé wrote: > Currently MIPS exceptions are displayed as string in system-mode > emulation, but as number in user-mode. > Unify by extracting the current system-mode code as excp_name() > and use that in user-mode. > > Signed-off-by: Philippe Mathieu-Daudé >