On 4/29/21 9:21 AM, Bruno Larsen (billionai) wrote:
code motion to remove opcode callback table from
translate_init.c.inc to translate.c in preparation to remove
the #include <translate_init.c.inc> from translate.c. Also created
destroy_ppc_opcodes and removed that logic from ppc_cpu_unrealize
Signed-off-by: Bruno Larsen (billionai)<bruno.lar...@eldorado.org.br>
---
target/ppc/internal.h | 8 +
target/ppc/translate.c | 394 ++++++++++++++++++++++++++++++++
target/ppc/translate_init.c.inc | 391 +------------------------------
3 files changed, 403 insertions(+), 390 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~