Add detection of IMB and IMBRange SWIs.
[deliverable/binutils-gdb.git] / gdb / cpu32bug-rom.c
index 29a1fc2b270c91b82249d498cd7a70d9e34b7005..758c8caad9e6bc633a060bc596121a13a6cd6e80 100644 (file)
@@ -93,7 +93,9 @@ static struct target_ops cpu32bug_ops;
 static char *cpu32bug_inits[] = {"\r", NULL};
 
 static struct monitor_ops cpu32bug_cmds ;
-static void init_cpu32bug_cmds(void)
+
+static void 
+init_cpu32bug_cmds(void)
 {
   cpu32bug_cmds.flags =   MO_CLR_BREAK_USES_ADDR;
   cpu32bug_cmds.init =   cpu32bug_inits;               /* Init strings */
This page took 0.023563 seconds and 4 git commands to generate.