From 1b89e2b72052e60fc7a6c0301a67070accc714e1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 1 Jan 2024 18:14:13 -0500 Subject: sim: ppc: merge misc igen APIs The common igen code provides the same misc APIs as the ppc version, so delete the ppc code and pull in the common one. There is one minor difference: the ppc code has a unique dumpf function. The common code switched to lf_printf for the same functionality, but since that requires changes throughout the igen codebase, delay that cleanup for now so we can merge the rest. --- sim/ppc/table.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/ppc/table.c') diff --git a/sim/ppc/table.c b/sim/ppc/table.c index 0c5b6fc..5cac56e 100644 --- a/sim/ppc/table.c +++ b/sim/ppc/table.c @@ -27,6 +27,7 @@ #include "misc.h" #include "lf.h" #include "table.h" +#include "dumpf.h" #include #include -- cgit v1.1