diff options
Diffstat (limited to 'gdb/config/m88k/tm-cxux.h')
-rw-r--r-- | gdb/config/m88k/tm-cxux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/config/m88k/tm-cxux.h b/gdb/config/m88k/tm-cxux.h index c489408..4f714ce 100644 --- a/gdb/config/m88k/tm-cxux.h +++ b/gdb/config/m88k/tm-cxux.h @@ -36,6 +36,7 @@ typedef struct { /* Always allocate space for both, but recognize that the m88100 has no FP_REGS. */ +#undef ARCH_NUM_REGS #define ARCH_NUM_REGS (target_is_m88110 ? (GP_REGS + FP_REGS) : (GP_REGS)) /* Don't need this grotesquerie. */ |