Remove interp_ui_out
[deliverable/binutils-gdb.git] / gdb / mi / mi-main.c
index 13556d4d93d13a60f0b621c20436aca8bd78613b..76e783daf9825b6c083dbc47a6afed2d3500f881 100644 (file)
@@ -1993,7 +1993,7 @@ mi_execute_command (const char *cmd, int from_tty)
 
       if (/* The notifications are only output when the top-level
             interpreter (specified on the command line) is MI.  */
-         interp_ui_out (top_level_interpreter ())->is_mi_like_p ()
+         top_level_interpreter ()->interp_ui_out ()->is_mi_like_p ()
          /* Don't try report anything if there are no threads --
             the program is dead.  */
          && thread_count () != 0
This page took 0.024701 seconds and 4 git commands to generate.