commit | bf12e2240d81f887427b75ad2bba8a6040d36366 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Apr 06 12:42:40 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Fri May 05 17:10:59 2023 +0100 |
tree | 6bd6e97e6cc77e5032d482f174540e233088ef50 | |
parent | 3ed8d2d4c86e82f7f663695249c5045fa78539c7 [diff] |
tcg/i386: Rationalize args to tcg_out_qemu_{ld,st} Interpret the variable argument placement in the caller. Pass data_type instead of is64 -- there are several places where we already convert back from bool to type. Clean things up by using type throughout. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>