replace XZALLOC with XCNEW
[deliverable/binutils-gdb.git] / gdb / infrun.c
index 51540b33425b276ac880abfe0849f17d53bd7aa7..73038a396eda36b5c97543243f326c05b8c9b663 100644 (file)
@@ -6851,7 +6851,7 @@ save_infcall_suspend_state (void)
        }
     }
 
-  inf_state = XZALLOC (struct infcall_suspend_state);
+  inf_state = XCNEW (struct infcall_suspend_state);
 
   if (siginfo_data)
     {
This page took 0.024373 seconds and 4 git commands to generate.