Add target_ops argument to to_supports_evaluation_of_breakpoint_conditions
[binutils-gdb.git] / gdb / target.c
index 5ff1174909cf3157df1f6cd5d728c5b75c40eade..4dfa8dd49f0ec429a0baec02b69e1076cf93ff73 100644 (file)
@@ -930,7 +930,7 @@ update_current_target (void)
            (struct traceframe_info * (*) (void))
            return_null);
   de_fault (to_supports_evaluation_of_breakpoint_conditions,
-           (int (*) (void))
+           (int (*) (struct target_ops *))
            return_zero);
   de_fault (to_can_run_breakpoint_commands,
            (int (*) (void))