Re: [Qemu-devel] [PATCH 14/18] target/openrisc: convert to DisasContextBase

2018-04-20 Thread Philippe Mathieu-Daudé
On 04/20/2018 03:55 PM, Emilio G. Cota wrote: > While at it, set is_jmp to DISAS_NORETURN when generating > an exception. > > Reviewed-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé > Cc: Stafford Horne > Signed-off-by: Emilio G. Cota > --- > target/openrisc/translate.c | 93 > +

[Qemu-devel] [PATCH 14/18] target/openrisc: convert to DisasContextBase

2018-04-20 Thread Emilio G. Cota
While at it, set is_jmp to DISAS_NORETURN when generating an exception. Reviewed-by: Richard Henderson Cc: Stafford Horne Signed-off-by: Emilio G. Cota --- target/openrisc/translate.c | 93 ++--- 1 file changed, 46 insertions(+), 47 deletions(-) diff --