aboutsummaryrefslogtreecommitdiff
path: root/sim/or1k/sim-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/or1k/sim-main.h')
-rw-r--r--sim/or1k/sim-main.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/sim/or1k/sim-main.h b/sim/or1k/sim-main.h
index f91a351..1727fe8 100644
--- a/sim/or1k/sim-main.h
+++ b/sim/or1k/sim-main.h
@@ -23,13 +23,13 @@
#include "ansidecl.h"
#include "or1k-desc.h"
+#include "or1k-opc.h"
#include "sim-basics.h"
#include "cgen-types.h"
#include "arch.h"
#include "sim-base.h"
#include "sim-fpu.h"
-#include "or1k-opc.h"
#include "cgen-sim.h"
#include "or1k-sim.h"
@@ -66,16 +66,4 @@ struct _sim_cpu
#endif
};
-
-
-/* The sim_state struct. */
-struct sim_state
-{
- sim_cpu *cpu[MAX_NR_PROCESSORS];
-
- CGEN_STATE cgen_state;
-
- sim_state_base base;
-};
-
#endif /* SIM_MAIN_H */