commit | 7d9e1ee424b06a43708be02474e6714962cfee92 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Apr 07 12:00:22 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Apr 10 08:29:24 2023 -0700 |
tree | afd62a2a35eea0c3c4aff30af76a1ca7cb557b7c | |
parent | 08dede07030973c1053868bc64de7e10bfa02ad6 [diff] |
tcg/i386: Adjust assert in tcg_out_addi_ptr We can arrive here on _WIN64 because Int128 is passed by reference. Change the assert to check that the immediate is in range, instead of attempting to check the host ABI. Fixes: 6a6d772e30d ("tcg: Introduce tcg_out_addi_ptr") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1581 Signed-off-by: Richard Henderson <richard.henderson@linaro.org>