Re: [Qemu-devel] [PATCH v2 21/27] target/sh4: Tidy misc illegal insn checks

2017-07-08 Thread Philippe Mathieu-Daudé
On 07/06/2017 11:21 PM, Richard Henderson wrote: Now that we have a do_illegal label, use goto in order to self-document the forcing of the exception. Signed-off-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé --- target/sh4/translate.c | 22

Re: [Qemu-devel] [PATCH v2 21/27] target/sh4: Tidy misc illegal insn checks

2017-07-07 Thread Aurelien Jarno
On 2017-07-06 16:21, Richard Henderson wrote: > Now that we have a do_illegal label, use goto in order > to self-document the forcing of the exception. > > Signed-off-by: Richard Henderson > --- > target/sh4/translate.c | 22 +- > 1 file changed, 13

[Qemu-devel] [PATCH v2 21/27] target/sh4: Tidy misc illegal insn checks

2017-07-06 Thread Richard Henderson
Now that we have a do_illegal label, use goto in order to self-document the forcing of the exception. Signed-off-by: Richard Henderson --- target/sh4/translate.c | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/target/sh4/translate.c