Use "bool" in tui_data_window::show_register_group
[deliverable/binutils-gdb.git] / gdb / tui / tui-regs.c
index 48e78fc9dbc14755ee85e551fd299e7d64b0d56f..0485d04d25a04f1149a7c1da1979223865392982 100644 (file)
@@ -166,12 +166,12 @@ tui_data_window::show_registers (struct reggroup *group)
 
 /* Set the data window to display the registers of the register group
    using the given frame.  Values are refreshed only when
-   refresh_values_only is TRUE.  */
+   refresh_values_only is true.  */
 
 void
 tui_data_window::show_register_group (struct reggroup *group,
                                      struct frame_info *frame, 
-                                     int refresh_values_only)
+                                     bool refresh_values_only)
 {
   struct gdbarch *gdbarch = get_frame_arch (frame);
   int nr_regs;
This page took 0.025081 seconds and 4 git commands to generate.