(restore_emit_status): Clear LAST_LABEL_NUM.

From-SVN: r4775
This commit is contained in:
Richard Kenner 1993-06-27 21:10:23 -04:00
parent f072210714
commit 457a2d9ce6
1 changed files with 1 additions and 0 deletions

View File

@ -1266,6 +1266,7 @@ restore_emit_status (p)
reg_rtx_no = p->reg_rtx_no;
first_label_num = p->first_label_num;
last_label_num = 0;
first_insn = p->first_insn;
last_insn = p->last_insn;
sequence_stack = p->sequence_stack;