diff options
-rw-r--r-- | sim/ft32/interp.c | 2 | ||||
-rw-r--r-- | sim/ft32/sim-main.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sim/ft32/interp.c b/sim/ft32/interp.c index 9324475..dfea472 100644 --- a/sim/ft32/interp.c +++ b/sim/ft32/interp.c @@ -37,6 +37,8 @@ #include "opcode/ft32.h" +#include "ft32-sim.h" + /* * FT32 is a Harvard architecture: RAM and code occupy * different address spaces. diff --git a/sim/ft32/sim-main.h b/sim/ft32/sim-main.h index 5c84f9e..4529d01 100644 --- a/sim/ft32/sim-main.h +++ b/sim/ft32/sim-main.h @@ -24,6 +24,4 @@ #include "sim-basics.h" #include "sim-base.h" -#include "ft32-sim.h" - #endif |