Re: [RESEND PATCH 4/6] disas/nanomips: Tidy read for 48-bit opcodes

2022-11-06 Thread Philippe Mathieu-Daudé
On 6/11/22 03:37, Richard Henderson wrote: There is no point in looking for a 48-bit opcode if we've not read the second word for a 32-bit opcode. Signed-off-by: Richard Henderson --- disas/nanomips.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Reviewed-by: Philippe

[RESEND PATCH 4/6] disas/nanomips: Tidy read for 48-bit opcodes

2022-11-05 Thread Richard Henderson
There is no point in looking for a 48-bit opcode if we've not read the second word for a 32-bit opcode. Signed-off-by: Richard Henderson --- disas/nanomips.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/disas/nanomips.c b/disas/nanomips.c index 52c7537379..092