From: Mark Mitchell Date: Fri, 27 Aug 1999 05:33:09 +0000 (+0000) Subject: Fix typo in last change X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed6d16ade21c62a2135bcb18703a2e121099838d;p=gcc.git Fix typo in last change From-SVN: r28917 --- diff --git a/gcc/cp/dump.c b/gcc/cp/dump.c index 24d6bfae0c6..7d9a5b70cd0 100644 --- a/gcc/cp/dump.c +++ b/gcc/cp/dump.c @@ -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));