* Makefile.tpl: Rearrange.
[deliverable/binutils-gdb.git] / sim / i960 / i960-sim.h
index e4794daca311d88ca7faf34627a2a1fb5b7db21f..471b03e71376e835495379273152ef1204d6f68f 100644 (file)
 #define FP0_REGNUM 36   /* First floating point register */
 /* Some registers have more than one name */
 #define PC_REGNUM  IP_REGNUM    /* GDB refers to ip as the Program Counter */
+
+SI a_i960_h_gr_get (SIM_CPU *, UINT);
+void a_i960_h_gr_set (SIM_CPU *, UINT, SI);
+IADDR a_i960_h_pc_get (SIM_CPU *);
+void a_i960_h_pc_set (SIM_CPU *, IADDR);
 \f
 #define GETTWI GETTSI
 #define SETTWI SETTSI
This page took 0.023574 seconds and 4 git commands to generate.