diff options
Diffstat (limited to 'gdb/remote-es.c')
-rw-r--r-- | gdb/remote-es.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/remote-es.c b/gdb/remote-es.c index e489254..24183cc 100644 --- a/gdb/remote-es.c +++ b/gdb/remote-es.c @@ -136,9 +136,9 @@ static int es1800_insert_breakpoint (CORE_ADDR, char *); static void es1800_files_info (struct target_ops *); -static int -es1800_xfer_inferior_memory (CORE_ADDR, char *, int, int, - struct mem_attrib *, struct target_ops *); +static int es1800_xfer_inferior_memory (CORE_ADDR, char *, int, int, + struct mem_attrib *, + struct target_ops *); static void es1800_prepare_to_store (void); |