diff options
Diffstat (limited to 'gdb/ppc-bdm.c')
-rw-r--r-- | gdb/ppc-bdm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ppc-bdm.c b/gdb/ppc-bdm.c index f2f28f5..e6b6adf 100644 --- a/gdb/ppc-bdm.c +++ b/gdb/ppc-bdm.c @@ -308,7 +308,8 @@ bdm_ppc_store_registers (regno) struct target_ops bdm_ppc_ops ; -static void init_bdm_ppc_ops(void) +static void +init_bdm_ppc_ops(void) { bdm_ppc_ops.to_shortname = "ocd"; bdm_ppc_ops.to_longname = "Remote target with On-Chip Debugging"; |