Fix typo in last change
authorMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 27 Aug 1999 05:33:09 +0000 (05:33 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 27 Aug 1999 05:33:09 +0000 (05:33 +0000)
From-SVN: r28917

gcc/cp/dump.c

index 24d6bfae0c69eb296ed5d4fde37eede204292395..7d9a5b70cd048d6ded74bb85aa308b3361e49699 100644 (file)
@@ -851,7 +851,7 @@ dequeue_and_dump (di)
       break;
       
     case AGGR_INIT_EXPR:
-      dump_int ("ctor", AGGR_INIT_VIA_CTOR_P (t));
+      dump_int (di, "ctor", AGGR_INIT_VIA_CTOR_P (t));
       if (dump_children_p)
        {
          dump_child ("fn", TREE_OPERAND (t, 0));