diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-04-16 02:07:33 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-04-16 02:13:50 -0400 |
commit | 4c0cab1e212bd0f25879b00393bbb60e114ac724 (patch) | |
tree | a4018b90256be14afda4bd7669b03a108a6af772 /sim/moxie/sim-main.h | |
parent | 04be4e9eda6742d82fced4a3fc88b01f6cadc183 (diff) | |
download | gdb-4c0cab1e212bd0f25879b00393bbb60e114ac724.zip gdb-4c0cab1e212bd0f25879b00393bbb60e114ac724.tar.gz gdb-4c0cab1e212bd0f25879b00393bbb60e114ac724.tar.bz2 |
sim: avr/mcore/moxie: fill out sim-cpu pc fetch/store helpers
This makes the common sim-cpu logic work.
Diffstat (limited to 'sim/moxie/sim-main.h')
-rw-r--r-- | sim/moxie/sim-main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/moxie/sim-main.h b/sim/moxie/sim-main.h index 5a9f7c7..6a2174b 100644 --- a/sim/moxie/sim-main.h +++ b/sim/moxie/sim-main.h @@ -24,6 +24,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ typedef address_word sim_cia; +typedef struct _sim_cpu SIM_CPU; + #include "sim-base.h" #include "bfd.h" |