diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2000-09-10 14:05:29 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2000-09-10 14:05:29 +0000 |
commit | 9830501b311056b41565a978a75e6f5de98aa8b3 (patch) | |
tree | bf294224e9073070c5c54191738c8ada38bacd79 /sim/m68hc11/sim-main.h | |
parent | a8afa79ab6fa5848dfd41b0e6173b51e4a898c9f (diff) | |
download | gdb-9830501b311056b41565a978a75e6f5de98aa8b3.zip gdb-9830501b311056b41565a978a75e6f5de98aa8b3.tar.gz gdb-9830501b311056b41565a978a75e6f5de98aa8b3.tar.bz2 |
Remove soft reg hack in the 68hc11 simulator
Diffstat (limited to 'sim/m68hc11/sim-main.h')
-rw-r--r-- | sim/m68hc11/sim-main.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sim/m68hc11/sim-main.h b/sim/m68hc11/sim-main.h index 6ea3fab..6b2575c 100644 --- a/sim/m68hc11/sim-main.h +++ b/sim/m68hc11/sim-main.h @@ -75,15 +75,6 @@ enum m68hc11_map_level #define B_REGNUM 6 #define PSW_REGNUM 7 #define Z_REGNUM 8 -#define FP_REGNUM 9 -#define TMP_REGNUM 10 -#define ZS_REGNUM 11 -#define XY_REGNUM 12 -#define ZD1_REGNUM 13 -#define ZD32_REGNUM (ZD1_REGNUM+31) - -#define FIRST_SOFT_REGNUM (Z_REGNUM) -#define MAX_SOFT_REG (ZD32_REGNUM - Z_REGNUM + 1) typedef struct m6811_regs { unsigned short d; @@ -186,8 +177,6 @@ struct _sim_cpu { int cpu_elf_start; uint16 cpu_insn_pc; - unsigned short cpu_nb_pseudo_regs; - uint16 cpu_page0_reg[MAX_SOFT_REG]; /* CPU frequency. This is the quartz frequency. It is divided by 4 to get the cycle time. This is used for the timer rate and for the baud |