Re: [Qemu-devel] [PATCH 01/18] translator: merge max_insns into DisasContextBase

2018-05-09 Thread Michael Clark
On Sat, Apr 21, 2018 at 6:55 AM, Emilio G. Cota wrote: > While at it, use int for both num_insns and max_insns to make > sure we have same-type comparisons. > > Reviewed-by: Richard Henderson > Signed-off-by: Emilio G. Cota >

[Qemu-devel] [PATCH 01/18] translator: merge max_insns into DisasContextBase

2018-04-20 Thread Emilio G. Cota
While at it, use int for both num_insns and max_insns to make sure we have same-type comparisons. Reviewed-by: Richard Henderson Signed-off-by: Emilio G. Cota --- accel/tcg/translator.c | 21 ++--- include/exec/translator.h |