Re: [Qemu-devel] [PATCH v2 13/17] target/openrisc: convert to DisasContextBase

2018-04-09 Thread Richard Henderson
On 04/07/2018 04:19 AM, Emilio G. Cota wrote: > While at it, set is_jmp to DISAS_NORETURN when generating > an exception. > > Cc: Stafford Horne > Signed-off-by: Emilio G. Cota > --- > target/openrisc/translate.c | 93 >

[Qemu-devel] [PATCH v2 13/17] target/openrisc: convert to DisasContextBase

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