diff options
Diffstat (limited to 'gdb/m32r-rom.c')
-rw-r--r-- | gdb/m32r-rom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/m32r-rom.c b/gdb/m32r-rom.c index 1e4e698..5f0126b 100644 --- a/gdb/m32r-rom.c +++ b/gdb/m32r-rom.c @@ -188,7 +188,7 @@ m32r_load (char *filename, int from_tty) the stack may not be valid, and things would get horribly confused... */ - clear_symtab_users (); + clear_symtab_users (0); } static void @@ -551,7 +551,7 @@ m32r_upload_command (char *args, int from_tty) the stack may not be valid, and things would get horribly confused... */ - clear_symtab_users (); + clear_symtab_users (0); } /* Provide a prototype to silence -Wmissing-prototypes. */ |