aboutsummaryrefslogtreecommitdiff
path: root/sim/i960/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/i960/arch.h')
-rw-r--r--sim/i960/arch.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sim/i960/arch.h b/sim/i960/arch.h
index 26dcfd6..fdfbf35 100644
--- a/sim/i960/arch.h
+++ b/sim/i960/arch.h
@@ -27,14 +27,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define TARGET_BIG_ENDIAN 1
-/* Cover fns for register access. */
-USI a_i960_h_pc_get (SIM_CPU *);
-void a_i960_h_pc_set (SIM_CPU *, USI);
-SI a_i960_h_gr_get (SIM_CPU *, UINT);
-void a_i960_h_gr_set (SIM_CPU *, UINT, SI);
-SI a_i960_h_cc_get (SIM_CPU *);
-void a_i960_h_cc_set (SIM_CPU *, SI);
-
/* Enum declaration for model types. */
typedef enum model_type {
MODEL_I960KA, MODEL_I960CA, MODEL_MAX