Re: [PATCH] target/mips: Remove spurious LOG_UNIMP of MTHC0 opcode

2021-04-27 Thread Philippe Mathieu-Daudé
On Thu, Apr 22, 2021 at 10:10 AM Philippe Mathieu-Daudé wrote: > > When running with '-d unimp' all MTHC0 opcode executed > are logged as unimplemented... Add the proper 'return' > statement missed from commit 5204ea79ea7. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/translate.c

Re: [PATCH] target/mips: Remove spurious LOG_UNIMP of MTHC0 opcode

2021-04-22 Thread Richard Henderson
On 4/22/21 1:10 AM, Philippe Mathieu-Daudé wrote: When running with '-d unimp' all MTHC0 opcode executed are logged as unimplemented... Add the proper 'return' statement missed from commit 5204ea79ea7. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/translate.c | 1 + 1 file changed, 1

[PATCH] target/mips: Remove spurious LOG_UNIMP of MTHC0 opcode

2021-04-22 Thread Philippe Mathieu-Daudé
When running with '-d unimp' all MTHC0 opcode executed are logged as unimplemented... Add the proper 'return' statement missed from commit 5204ea79ea7. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/translate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/mips/translate.c b/