]> git.proxmox.com Git - mirror_qemu.git/commit
translator: merge max_insns into DisasContextBase
authorEmilio G. Cota <cota@braap.org>
Tue, 20 Feb 2018 01:51:58 +0000 (20:51 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 9 May 2018 17:12:21 +0000 (10:12 -0700)
commitb542683d77b4f56cef0221b267c341616d87bce9
treede651b8d95bd698263970af7d0456e597d999f2b
parent6cd79443d33e6ba6b4c5b787eb713ca1cec56328
translator: merge max_insns into DisasContextBase

While at it, use int for both num_insns and max_insns to make
sure we have same-type comparisons.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Michael Clark <mjc@sifive.com>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translator.c
include/exec/translator.h
target/alpha/translate.c
target/arm/translate-a64.c
target/arm/translate.c
target/hppa/translate.c
target/i386/translate.c
target/ppc/translate.c