diff options
-rw-r--r-- | sim/mn10300/sim-main.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/mn10300/sim-main.c b/sim/mn10300/sim-main.c new file mode 100644 index 0000000..99a5c84 --- /dev/null +++ b/sim/mn10300/sim-main.c @@ -0,0 +1,9 @@ +/** + * This isn't normally compiled, but is pulled in via sim-inline.c when the + * SIM_MAIN_INLINE option is enabled by the user at compile time. + */ + +#ifndef SIM_MAIN_C +#define SIM_MAIN_C +#include "op_utils.c" +#endif |