* event-loop.c: Include unistd.h if it exists.
[deliverable/binutils-gdb.git] / gdb / microblaze-tdep.h
index 5a6c6a1057ab9a12cd8d7d0d6e49da746f525a1c..8a10c3cee9b7e9dcc7eb315412b643ba0f4bb391 100644 (file)
@@ -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}
This page took 0.024452 seconds and 4 git commands to generate.