diff options
Diffstat (limited to 'gdb/remote-m32r-sdi.c')
-rw-r--r-- | gdb/remote-m32r-sdi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-m32r-sdi.c b/gdb/remote-m32r-sdi.c index 85aa1b8..2b67927 100644 --- a/gdb/remote-m32r-sdi.c +++ b/gdb/remote-m32r-sdi.c @@ -1377,7 +1377,7 @@ m32r_load (char *args, int from_tty) might be to call normal_stop, except that the stack may not be valid, and things would get horribly confused... */ - clear_symtab_users (); + clear_symtab_users (0); if (!nostart) { |