commit | 35a0bd63b458f30389b6bc6b7471c1665fe7b9d8 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Apr 09 22:11:39 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Fri May 05 17:21:03 2023 +0100 |
tree | 73a49ba2e71d73b228a1e750c9a3b949a1501018 | |
parent | d78e4a4f7b3c147af2c93b0b7b60b715ec7324d3 [diff] |
tcg: Widen helper_*_st[bw]_mmu val arguments While the old type was correct in the ideal sense, some ABIs require the argument to be zero-extended. Using uint32_t for all such values is a decent compromise. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>