On Wed, Feb 21, 2018 at 13:05:45 -0800, Richard Henderson wrote:
> On 02/21/2018 12:55 PM, Emilio G. Cota wrote:
> > While at it, use int for both num_insns and max_insns to make
> > sure we have same-type comparisons.
> >
> > Signed-off-by: Emilio G. Cota <[email protected]>
> > ---
> > accel/tcg/translator.c | 21 ++++++++++-----------
> > include/exec/translator.h | 8 ++++----
> > target/alpha/translate.c | 6 ++----
> > target/arm/translate-a64.c | 8 +++-----
> > target/arm/translate.c | 9 +++------
> > target/hppa/translate.c | 7 ++-----
> > target/i386/translate.c | 5 +----
> > target/ppc/translate.c | 5 ++---
> > 8 files changed, 27 insertions(+), 42 deletions(-)
>
> Reviewed-by: Richard Henderson <[email protected]>
Thanks.
To avoid merge conflicts, I'll send v2's of the other conversions
once this patch goes in.
Emilio