|
From: | Richard Henderson |
Subject: | Re: [PATCH 07/20] accel/tcg: Build tcg_flags helpers as common code |
Date: | Sun, 26 Jan 2025 12:00:56 -0800 |
User-agent: | Mozilla Thunderbird |
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@linaro.org> --- 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@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |