Simplify tui_update_source_windows_with_line
[deliverable/binutils-gdb.git] / gdb / tui / tui.c
index deb6bb27e50cb4231b4c4712b51ce6e41241bd33..a0d2e4c791329f4fc875091e59297a3b7ca3d167 100644 (file)
@@ -634,7 +634,7 @@ tui_show_source ()
   /* Make sure that the source window is displayed.  */
   tui_add_win_to_layout (SRC_WIN);
 
-  tui_update_source_windows_with_line (cursal.symtab, cursal.line);
+  tui_update_source_windows_with_line (cursal);
   tui_update_locator_fullname (cursal.symtab);
 }
 
This page took 0.044265 seconds and 4 git commands to generate.