diff options
Diffstat (limited to 'sim/sh/sim-main.h')
-rw-r--r-- | sim/sh/sim-main.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sim/sh/sim-main.h b/sim/sh/sim-main.h index 5f04623..5504ad2 100644 --- a/sim/sh/sim-main.h +++ b/sim/sh/sim-main.h @@ -19,6 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef SIM_MAIN_H #define SIM_MAIN_H +#define SIM_HAVE_COMMON_SIM_CPU + #include "sim-basics.h" #include "sim-base.h" @@ -118,9 +120,4 @@ typedef union /* TODO: Move into sim_cpu. */ extern saved_state_type saved_state; -struct _sim_cpu { - - sim_cpu_base base; -}; - #endif |