From b0246b3bece330a13b5ddaba60686c550ec553d1 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Wed, 18 Mar 1992 16:43:25 +0000 Subject: Changes to implement the -mapped and -readnow options for commands that read symbol tables. --- gdb/remote-mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote-mm.c') diff --git a/gdb/remote-mm.c b/gdb/remote-mm.c index dc13958..2ca1e37 100644 --- a/gdb/remote-mm.c +++ b/gdb/remote-mm.c @@ -1082,7 +1082,7 @@ int from_tty; /* You may need to do an init_target_mm() */ /* init_target_mm(?,?,?,?,?,?,?,?); */ immediate_quit--; - /* (void) symbol_file_add (arg_string, from_tty, text_addr, 0); */ + /* (void) symbol_file_add (arg_string, from_tty, text_addr, 0, 0); */ #endif } -- cgit v1.1