diff options
Diffstat (limited to 'gdb/microblaze-tdep.h')
-rw-r--r-- | gdb/microblaze-tdep.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/microblaze-tdep.h b/gdb/microblaze-tdep.h index 5a6c6a1..8a10c3c 100644 --- a/gdb/microblaze-tdep.h +++ b/gdb/microblaze-tdep.h @@ -110,6 +110,9 @@ enum microblaze_regnum MICROBLAZE_RTLBHI_REGNUM }; +/* All registers are 32 bits. */ +#define MICROBLAZE_REGISTER_SIZE 4 + /* MICROBLAZE_BREAKPOINT defines the breakpoint that should be used. Only used for native debugging. */ #define MICROBLAZE_BREAKPOINT {0xb9, 0xcc, 0x00, 0x60} |