Change tui_show_frame_info to return bool
[deliverable/binutils-gdb.git] / gdb / tui / tui-hooks.c
index deb10b0d37b4aea943b90d818a0364bcc299d64e..8576bb8fccde5f309588ce24d6e5df16f9c02587 100644 (file)
@@ -133,7 +133,7 @@ tui_refresh_frame_and_register_information ()
 
       /* Display the frame position (even if there is no symbols or
         the PC is not known).  */
-      int frame_info_changed_p = tui_show_frame_info (fi);
+      bool frame_info_changed_p = tui_show_frame_info (fi);
 
       /* Refresh the register window if it's visible.  */
       if (tui_is_window_visible (DATA_WIN)
This page took 0.03278 seconds and 4 git commands to generate.