summaryrefslogtreecommitdiff
path: root/gdb/remote-mm.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-mm.c')
-rw-r--r--gdb/remote-mm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-mm.c b/gdb/remote-mm.c
index 1f25640a30e..26a79e24cff 100644
--- a/gdb/remote-mm.c
+++ b/gdb/remote-mm.c
@@ -1118,7 +1118,7 @@ mm_load (arg_string, from_tty)
/* You may need to do an init_target_mm() */
/* init_target_mm(?,?,?,?,?,?,?,?); */
immediate_quit--;
- /* symbol_file_add (arg_string, from_tty, text_addr, 0, 0, 0, 0); */
+ /* symbol_file_add (arg_string, from_tty, text_addr, 0, 0); */
#endif
}