aboutsummaryrefslogtreecommitdiff
path: root/gdb/sh-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/sh-tdep.h')
-rw-r--r--gdb/sh-tdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/sh-tdep.h b/gdb/sh-tdep.h
index 9c84c67..a2ef760 100644
--- a/gdb/sh-tdep.h
+++ b/gdb/sh-tdep.h
@@ -62,8 +62,8 @@ enum
MOD_REGNUM = 40,
RS_REGNUM = 43,
RE_REGNUM = 44,
- R0_BANK_REGNUM = 51,
- R7_BANK_REGNUM = 58,
+ DSP_R0_BANK_REGNUM = 51,
+ DSP_R7_BANK_REGNUM = 58,
/* Floating point pseudo registers */
DR0_REGNUM = 59,
DR_LAST_REGNUM = 66,