On 5/12/21 9:08 AM, Bruno Larsen (billionai) wrote:
This function is used in !TCG cases, so it has been moved into a file
that is compiled when --disable-tcg is selected.
Signed-off-by: Bruno Larsen (billionai)<bruno.lar...@eldorado.org.br>
---
target/ppc/cpu.c | 11 +++++++++++
target/ppc/misc_helper.c | 10 ----------
2 files changed, 11 insertions(+), 10 deletions(-)
It's helpful to be more specific about where it's used -- not just !tcg, but
the location. In this case, hw/ppc/ during machine startup.
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~