diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2003-08-08 20:31:10 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2003-08-08 20:31:10 +0000 |
commit | 53b3cd2254173d81b9be29572950a336386f9947 (patch) | |
tree | 54efca67907e33d88bd93a7866916fceba03f1ef /sim/m68hc11/sim-main.h | |
parent | 962e9d85f3b29ad9e057a4667fd96e4ca9e41adc (diff) | |
download | gdb-53b3cd2254173d81b9be29572950a336386f9947.zip gdb-53b3cd2254173d81b9be29572950a336386f9947.tar.gz gdb-53b3cd2254173d81b9be29572950a336386f9947.tar.bz2 |
* sim-main.h (PAGE_REGNUM, Z_REGNUM): Use same numbering as gdb.
Diffstat (limited to 'sim/m68hc11/sim-main.h')
-rw-r--r-- | sim/m68hc11/sim-main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/m68hc11/sim-main.h b/sim/m68hc11/sim-main.h index b32076b..eac6b0e 100644 --- a/sim/m68hc11/sim-main.h +++ b/sim/m68hc11/sim-main.h @@ -79,8 +79,8 @@ enum cpu_type #define A_REGNUM 5 #define B_REGNUM 6 #define PSW_REGNUM 7 -#define Z_REGNUM 8 -#define PAGE_REGNUM 9 +#define PAGE_REGNUM 8 +#define Z_REGNUM 9 typedef struct m6811_regs { unsigned short d; |