btrace: uppercase btrace_read_type
[deliverable/binutils-gdb.git] / gdb / inf-child.c
index d7225093b3569c73820c367e6ac8be79c54abb70..75944a0c9cf6013aa47f985fc905ddb87d380d80 100644 (file)
@@ -386,7 +386,7 @@ inf_child_can_use_agent (void)
 struct target_ops *
 inf_child_target (void)
 {
-  struct target_ops *t = XZALLOC (struct target_ops);
+  struct target_ops *t = XCNEW (struct target_ops);
 
   t->to_shortname = "child";
   t->to_longname = "Unix child process";
This page took 0.024044 seconds and 4 git commands to generate.