commit | b542683d77b4f56cef0221b267c341616d87bce9 | [log] [tgz] |
---|---|---|
author | Emilio G. Cota <cota@braap.org> | Mon Feb 19 20:51:58 2018 -0500 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed May 09 10:12:21 2018 -0700 |
tree | de651b8d95bd698263970af7d0456e597d999f2b | |
parent | 6cd79443d33e6ba6b4c5b787eb713ca1cec56328 [diff] |
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>