aboutsummaryrefslogtreecommitdiff
path: root/sim/d10v/sim-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/d10v/sim-main.h')
-rw-r--r--sim/d10v/sim-main.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/sim/d10v/sim-main.h b/sim/d10v/sim-main.h
index 8a4e944..5327e7e 100644
--- a/sim/d10v/sim-main.h
+++ b/sim/d10v/sim-main.h
@@ -19,6 +19,8 @@
#ifndef SIM_MAIN_H
#define SIM_MAIN_H
+#define SIM_HAVE_COMMON_SIM_CPU
+
#include "sim-basics.h"
typedef long int word;
@@ -29,9 +31,4 @@ typedef unsigned long int uword;
#include "d10v_sim.h"
-struct _sim_cpu {
-
- sim_cpu_base base;
-};
-
#endif