* sim-main.h (PAGE_REGNUM, Z_REGNUM): Use same numbering as gdb.
This commit is contained in:
parent
962e9d85f3
commit
53b3cd2254
@ -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>
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user