On 5/4/21 7:01 AM, Bruno Larsen (billionai) wrote:
To be able to compile translate_init.c.inc as a standalone file,
we have to make the callbacks accessible outside of translate.c;
This patch does exactly that
Signed-off-by: Bruno Larsen (billionai)<bruno.lar...@eldorado.org.br>
---
target/ppc/spr_tcg.h | 134 ++++++++++++++++++++++++++
target/ppc/translate.c | 210 ++++++++++++++++++++---------------------
2 files changed, 237 insertions(+), 107 deletions(-)
create mode 100644 target/ppc/spr_tcg.h
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~