* dump.c (dequeue_and_dump): Fix thinko for catch-clauses.

From-SVN: r30367
This commit is contained in:
Mark Mitchell 1999-11-03 06:54:37 +00:00
parent f5733617e3
commit 9581dc651f
2 changed files with 6 additions and 5055 deletions

File diff suppressed because it is too large Load Diff

View File

@ -735,7 +735,7 @@ dequeue_and_dump (di)
case START_CATCH_STMT:
dump_stmt (di, t);
queue_and_dump_type (di, TREE_TYPE (t));
queue_and_dump_type (di, t);
dump_next_stmt (di, t);
break;