From: Stephane Carrez Date: Fri, 8 Aug 2003 20:31:10 +0000 (+0000) Subject: * sim-main.h (PAGE_REGNUM, Z_REGNUM): Use same numbering as gdb. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53b3cd2254173d81b9be29572950a336386f9947;p=binutils-gdb.git * sim-main.h (PAGE_REGNUM, Z_REGNUM): Use same numbering as gdb. --- diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog index 27177512c4f..086f508d951 100644 --- a/sim/m68hc11/ChangeLog +++ b/sim/m68hc11/ChangeLog @@ -1,3 +1,7 @@ +2003-08-08 Stephane Carrez , + + * sim-main.h (PAGE_REGNUM, Z_REGNUM): Use same numbering as gdb. + 2003-08-08 Stephane Carrez , Gary Piercey diff --git a/sim/m68hc11/sim-main.h b/sim/m68hc11/sim-main.h index b32076b6e16..eac6b0ed142 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;