aboutsummaryrefslogtreecommitdiff
path: root/sim/msp430/sim-main.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-04-18 04:08:56 -0400
committerMike Frysinger <vapier@gentoo.org>2015-04-18 04:14:38 -0400
commit7e83aa92f2d986ba60f124287a9fd1e534fbbcf8 (patch)
tree910cafbc984799297c2e8b0dc1cfe86dcf13f9c1 /sim/msp430/sim-main.h
parentb9a7202de81202af1337d2cef22db5e3b5bca665 (diff)
downloadfsf-binutils-gdb-7e83aa92f2d986ba60f124287a9fd1e534fbbcf8.zip
fsf-binutils-gdb-7e83aa92f2d986ba60f124287a9fd1e534fbbcf8.tar.gz
fsf-binutils-gdb-7e83aa92f2d986ba60f124287a9fd1e534fbbcf8.tar.bz2
sim: unify sim_cia definition
Almost every target defines sim_cia the same way -- either using the address_word type directly, or a type of equivalent size. The only odd one out is sh64 (who has 32bit address_word and 64bit cia), and even that case doesn't seem to make sense. We'll put off clean up though of sh64 and at least set up a sensible default for everyone.
Diffstat (limited to 'sim/msp430/sim-main.h')
-rw-r--r--sim/msp430/sim-main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/msp430/sim-main.h b/sim/msp430/sim-main.h
index 73f4680..fdc4151 100644
--- a/sim/msp430/sim-main.h
+++ b/sim/msp430/sim-main.h
@@ -24,8 +24,6 @@
#include "sim-basics.h"
#include "sim-signal.h"
-typedef unsigned32 sim_cia;
-
typedef struct _sim_cpu SIM_CPU;
#include "msp430-sim.h"