2002-11-29 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / tui / tuiWin.c
index 484c60a620499551903a944312d159077cd00f46..b82ce2f153dab84b0c07d730eb8ad38d8f14b320 100644 (file)
@@ -1397,13 +1397,13 @@ _makeVisibleWithNewHeight (TuiWinInfoPtr winInfo)
          tuiUpdateSourceWindow (winInfo,
                                 cursal.symtab, lineOrAddr, TRUE);
        }
-      else if (selected_frame != (struct frame_info *) NULL)
+      else if (deprecated_selected_frame != (struct frame_info *) NULL)
        {
          TuiLineOrAddress line;
          struct symtab_and_line cursal = get_current_source_symtab_and_line ();
 
 
-         s = find_pc_symtab (selected_frame->pc);
+         s = find_pc_symtab (deprecated_selected_frame->pc);
          if (winInfo->generic.type == SRC_WIN)
            line.lineNo = cursal.line;
          else
This page took 0.024255 seconds and 4 git commands to generate.