convert to_mourn_inferior
[deliverable/binutils-gdb.git] / gdb / target.h
index a35f7e6341fd45846490b9142bc7f953372874b8..884abf1ecacaa1ddbeef07d01dac2f70283fd360 100644 (file)
@@ -544,7 +544,8 @@ struct target_ops
       TARGET_DEFAULT_RETURN (1);
     int (*to_has_exited) (struct target_ops *, int, int, int *)
       TARGET_DEFAULT_RETURN (0);
-    void (*to_mourn_inferior) (struct target_ops *);
+    void (*to_mourn_inferior) (struct target_ops *)
+      TARGET_DEFAULT_FUNC (default_mourn_inferior);
     int (*to_can_run) (struct target_ops *);
 
     /* Documentation of this routine is provided with the corresponding
This page took 0.026234 seconds and 4 git commands to generate.