2011-08-04 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / tui / tui-interp.c
index 919d1ac4ba310e26f90a6c49ed3aabaa6e5af1ee..2f0dd3d4366c4900a6c38da173f11f2982c6a9e1 100644 (file)
@@ -178,10 +178,10 @@ tui_command_loop (void *data)
          preserves the uiout from changing, this must be done at top
          level of event loop.  */
       if (tui_active)
-        uiout = tui_out;
+        current_uiout = tui_out;
       else
-        uiout = tui_old_uiout;
-      
+        current_uiout = tui_old_uiout;
+
       if (result == 0)
        {
          /* If any exception escaped to here, we better enable
This page took 0.028412 seconds and 4 git commands to generate.