aboutsummaryrefslogtreecommitdiff
path: root/sim/moxie/sim-main.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-04-16 02:07:33 -0400
committerMike Frysinger <vapier@gentoo.org>2015-04-16 02:13:50 -0400
commit4c0cab1e212bd0f25879b00393bbb60e114ac724 (patch)
treea4018b90256be14afda4bd7669b03a108a6af772 /sim/moxie/sim-main.h
parent04be4e9eda6742d82fced4a3fc88b01f6cadc183 (diff)
downloadgdb-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.h2
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"