tcg: Fix types in tcg_regset_{set,reset}_reg
commit80a8b9a910e14d4a1937f70dce944891990f3441
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 11 Sep 2017 19:50:42 +0000 (11 12:50 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 17 Sep 2017 13:52:19 +0000 (17 06:52 -0700)
tree6f1d2079c620a8ca2b29f8ba5174571bc422b018
parentf46934df662182097dce07d57ec00f37e4d2abf1
tcg: Fix types in tcg_regset_{set,reset}_reg

There was a potential problem here with an ILP32 host
with 64 host registers.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg.h