diff options
Diffstat (limited to 'gdb/remote-eb.c')
-rw-r--r-- | gdb/remote-eb.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/remote-eb.c b/gdb/remote-eb.c index 09c3911..d3a3c41 100644 --- a/gdb/remote-eb.c +++ b/gdb/remote-eb.c @@ -975,7 +975,9 @@ eb_mourn_inferior () /* Define the target subroutine names */ struct target_ops eb_ops ; -static void init_eb_ops(void) + +static void +init_eb_ops(void) { eb_ops.to_shortname = "amd-eb"; eb_ops.to_longname = "Remote serial AMD EBMON target"; |