On 5/12/21 9:08 AM, Bruno Larsen (billionai) wrote:
Some functions unrelated to TCG use helper_m{t,f}vscr, so generic versions
of those functions were added to cpu.c, in preparation for compilation
without TCG
Signed-off-by: Bruno Larsen (billionai)<bruno.lar...@eldorado.org.br>
---
target/ppc/arch_dump.c | 3 +--
target/ppc/cpu.c | 16 ++++++++++++++++
target/ppc/cpu.h | 2 ++
target/ppc/cpu_init.c | 2 +-
target/ppc/gdbstub.c | 4 ++--
target/ppc/int_helper.c | 9 ++-------
6 files changed, 24 insertions(+), 12 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~