commit | e4a8e093dc74be049f4829831dce76e5edab0003 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Dec 21 16:50:26 2024 +0000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Dec 24 08:32:15 2024 -0800 |
tree | 20354b9913086ac3a535e06e4d28057f88710d14 | |
parent | 59abfb444e1d9654e15f85c50d09a3366e4c1c1e [diff] |
accel/tcg: Move gen_intermediate_code to TCGCPUOps.translate_core Convert all targets simultaneously, as the gen_intermediate_code function disappears from the target. While there are possible workarounds, they're larger than simply performing the conversion. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>