Fix ia64-linux-nat.c
[deliverable/binutils-gdb.git] / gdb / target.h
index 6f4b73bf00962bc856581b2ed11f6876f7ec6dd4..4731e3bf7912a9f33227f3016549bfcfcf829177 100644 (file)
@@ -554,7 +554,7 @@ struct target_ops
       TARGET_DEFAULT_RETURN (1);
     virtual bool stopped_by_watchpoint ()
       TARGET_DEFAULT_RETURN (false);
-    virtual int have_steppable_watchpoint ()
+    virtual bool have_steppable_watchpoint ()
       TARGET_DEFAULT_RETURN (false);
     virtual bool stopped_data_address (CORE_ADDR *)
       TARGET_DEFAULT_RETURN (false);
This page took 0.0248 seconds and 4 git commands to generate.