Correct ordering of args for cmov insn.
[deliverable/binutils-gdb.git] / gprof / cg_arcs.c
index 196e3568d9a36ab828b9802fc697a3d9c37e2ee5..f341a8f799a76d9595dfb76828f6d00995d7bde6 100644 (file)
@@ -84,6 +84,7 @@ DEFUN (arc_add, (parent, child, count),
       return;
     }
   arc = (Arc *) xmalloc (sizeof (*arc));
+  memset (arc, 0, sizeof (*arc));
   arc->parent = parent;
   arc->child = child;
   arc->count = count;
This page took 0.024065 seconds and 4 git commands to generate.