Fix typo in last change

From-SVN: r28917
This commit is contained in:
Mark Mitchell 1999-08-27 05:33:09 +00:00
parent 49124a6e01
commit ed6d16ade2

View 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));