diff options
Diffstat (limited to 'gdb/cpu32bug-rom.c')
-rw-r--r-- | gdb/cpu32bug-rom.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/cpu32bug-rom.c b/gdb/cpu32bug-rom.c index 29a1fc2..758c8ca 100644 --- a/gdb/cpu32bug-rom.c +++ b/gdb/cpu32bug-rom.c @@ -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 */ |