diff options
author | Matthew Hiller <hiller@redhat.com> | 2001-03-02 22:41:05 +0000 |
---|---|---|
committer | Matthew Hiller <hiller@redhat.com> | 2001-03-02 22:41:05 +0000 |
commit | 2edb46b1eadf14584f51f74c40370225cc8698da (patch) | |
tree | 8395b33eef0958e064542a6483ab64facc5cc4ea /gdb/config/mn10300 | |
parent | 82a2886fa24e7c6cafc83698b392b7be338e3158 (diff) | |
download | gdb-2edb46b1eadf14584f51f74c40370225cc8698da.zip gdb-2edb46b1eadf14584f51f74c40370225cc8698da.tar.gz gdb-2edb46b1eadf14584f51f74c40370225cc8698da.tar.bz2 |
2001-03-02 Matt Hiller <hiller@redhat.com>
* config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
Diffstat (limited to 'gdb/config/mn10300')
-rw-r--r-- | gdb/config/mn10300/tm-mn10300.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mn10300/tm-mn10300.h b/gdb/config/mn10300/tm-mn10300.h index de8eb53..66bc954 100644 --- a/gdb/config/mn10300/tm-mn10300.h +++ b/gdb/config/mn10300/tm-mn10300.h @@ -56,7 +56,7 @@ #define PSW_REGNUM 11 #define LIR_REGNUM 12 #define LAR_REGNUM 13 -#define E0_REGNUM 14 +#define E0_REGNUM 15 /* Pseudo register that contains true address of executing stack frame */ #define FP_REGNUM 31 |