Re: [RESEND PATCH 1/6] disas/nanomips: Move setjmp into nanomips_dis

2022-11-06 Thread Philippe Mathieu-Daudé
On 6/11/22 03:37, Richard Henderson wrote: Reduce the number of local variables within the scope of the setjmp by moving it to the existing helper. The actual length returned from Disassemble is not used, because we have already determined the length while reading bytes. Fixes: nanomips.c: In

Re: [RESEND PATCH 1/6] disas/nanomips: Move setjmp into nanomips_dis

2022-11-06 Thread BALATON Zoltan
On Sun, 6 Nov 2022, Richard Henderson wrote: Reduce the number of local variables within the scope of the setjmp by moving it to the existing helper. The actual length returned from Disassemble is not used, because we have already determined the length while reading bytes. Fixes: nanomips.c: I

[RESEND PATCH 1/6] disas/nanomips: Move setjmp into nanomips_dis

2022-11-05 Thread Richard Henderson
Reduce the number of local variables within the scope of the setjmp by moving it to the existing helper. The actual length returned from Disassemble is not used, because we have already determined the length while reading bytes. Fixes: nanomips.c: In function ‘print_insn_nanomips’: nanomips.c:21