On 4/28/25 1:10 PM, Richard Henderson wrote:
This function is only relevant to tcg. Move it to a tcg-specific file.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/riscv/cpu_helper.c | 97 ------------------------------------- target/riscv/tcg/tcg-cpu.c | 98 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+), 97 deletions(-)
Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>