From 27b97b40bca216097d16d53fa9408a70cd281479 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 17 Apr 2015 02:16:10 -0400 Subject: sim: arm/cr16/d10v/h8300/microblaze/sh: fill out sim-cpu pc fetch/store helpers This makes the common sim-cpu logic work. --- sim/h8300/sim-main.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sim/h8300/sim-main.h') diff --git a/sim/h8300/sim-main.h b/sim/h8300/sim-main.h index 8b07505..e428d80 100644 --- a/sim/h8300/sim-main.h +++ b/sim/h8300/sim-main.h @@ -91,6 +91,8 @@ enum h8_typecodes { /* Define sim_cia. */ typedef unsigned32 sim_cia; +typedef struct _sim_cpu SIM_CPU; + #include "sim-base.h" /* Structure used to describe addressing */ -- cgit v1.1