diff options
Diffstat (limited to 'sim/ppc/igen.c')
-rw-r--r-- | sim/ppc/igen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/ppc/igen.c b/sim/ppc/igen.c index c036f04..0bf3b58 100644 --- a/sim/ppc/igen.c +++ b/sim/ppc/igen.c @@ -218,6 +218,7 @@ gen_semantics_c(insn_table *table, lf_printf(file, "#include \"cpu.h\"\n"); lf_printf(file, "#include \"idecode.h\"\n"); lf_printf(file, "#include \"semantics.h\"\n"); + lf_printf(file, "#include \"tree.h\"\n"); lf_printf(file, "#ifdef HAVE_COMMON_FPU\n"); lf_printf(file, "#include \"sim-inline.h\"\n"); lf_printf(file, "#include \"sim-fpu.h\"\n"); |