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.
This commit is contained in:
Mike Frysinger
2015-04-18 04:08:56 -04:00
parent b9a7202de8
commit 7e83aa92f2
47 changed files with 101 additions and 54 deletions

View File

@@ -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"