target/sparc: Uninline cpu_get_tb_cpu_state()
authorAnton Johansson <anjo@rev.ng>
Fri, 19 Jan 2024 14:40:03 +0000 (15:40 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 20 Dec 2024 16:44:57 +0000 (17:44 +0100)
commit32cf0ac2ccef1182705531a5383d432b3c76d995
treefce5bbc3157042417818d276d520c7a1bdf9536b
parent92b3938ca63ba57be3752a6bc03f5c9dcc15887f
target/sparc: Uninline cpu_get_tb_cpu_state()

Required to compile accel/tcg/translate-all.c once for softmmu targets.
The function gets quite big for some targets so uninlining makes sense.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Anton Johansson<anjo@rev.ng>
Message-Id: <20240119144024.14289-14-anjo@rev.ng>
[PMD: Only take SPARC part]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
target/sparc/cpu.c
target/sparc/cpu.h