summaryrefslogtreecommitdiff
path: root/sim/mn10300/sim-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mn10300/sim-main.c')
-rw-r--r--sim/mn10300/sim-main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/mn10300/sim-main.c b/sim/mn10300/sim-main.c
new file mode 100644
index 00000000000..a04099d341b
--- /dev/null
+++ b/sim/mn10300/sim-main.c
@@ -0,0 +1,4 @@
+#ifndef SIM_MAIN_C
+#define SIM_MAIN_C
+#include "op_utils.c"
+#endif