summaryrefslogtreecommitdiff
path: root/gdb/config/mn10300
diff options
context:
space:
mode:
authorMatthew Hiller <hiller@redhat.com>2001-03-02 22:41:05 +0000
committerMatthew Hiller <hiller@redhat.com>2001-03-02 22:41:05 +0000
commit5efad91e9739adb521be289ed740ad32efaafe40 (patch)
treedec4ce72d27b229e672d702d496dc92553a20fff /gdb/config/mn10300
parent0c4d40350dac3a2d0163a97a4dde498c8b637de2 (diff)
downloadgdb-5efad91e9739adb521be289ed740ad32efaafe40.tar.gz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mn10300/tm-mn10300.h b/gdb/config/mn10300/tm-mn10300.h
index de8eb5364b4..66bc954bf7e 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