Change tui_update_locator_fullname to take a symtab
[deliverable/binutils-gdb.git] / gdb / tui / tui.c
index dc0d22fd66dae4c9e20b65453d2c36fcab20d999..8bffb30b44f4f98e45ea312fc3ee9930c8ef4ee9 100644 (file)
@@ -635,7 +635,7 @@ tui_show_source (const char *fullname, int line)
   tui_add_win_to_layout (SRC_WIN);
 
   tui_update_source_windows_with_line (cursal.symtab, line);
-  tui_update_locator_fullname (fullname);
+  tui_update_locator_fullname (cursal.symtab);
 }
 
 void
This page took 0.023396 seconds and 4 git commands to generate.