On 4/29/21 9:21 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 that, making the callbacks not static and creating
a new .h file
Signed-off-by: Bruno Larsen (billionai)<bruno.lar...@eldorado.org.br>
---
target/ppc/spr_tcg.c.inc | 203 ++++++++++++++++++++-------------------
target/ppc/spr_tcg.h | 121 +++++++++++++++++++++++
2 files changed, 223 insertions(+), 101 deletions(-)
create mode 100644 target/ppc/spr_tcg.h
FWIW, a good follow-up would be to separately compile this.
r~