* sim-main.h (PAGE_REGNUM, Z_REGNUM): Use same numbering as gdb.

This commit is contained in:
Stephane Carrez 2003-08-08 20:31:10 +00:00
parent 962e9d85f3
commit 53b3cd2254
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-08-08 Stephane Carrez <stcarrez@nerim.fr>,
* sim-main.h (PAGE_REGNUM, Z_REGNUM): Use same numbering as gdb.
2003-08-08 Stephane Carrez <stcarrez@nerim.fr>,
Gary Piercey <gpiercey@northstar-technical.com>

View File

@ -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;