On 1/23/25 15:44, Philippe Mathieu-Daudé wrote:
While cpu-exec.c is build for each target,tcg_flags helpers aren't target specific. Move them to cpu-exec-common.c to build them once. Signed-off-by: Philippe Mathieu-Daudé<philmd@xxxxxxxxxx> --- accel/tcg/cpu-exec-common.c | 33 +++++++++++++++++++++++++++++++++ accel/tcg/cpu-exec.c | 32 -------------------------------- 2 files changed, 33 insertions(+), 32 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~