Commit 457a2d9c by Richard Kenner

(restore_emit_status): Clear LAST_LABEL_NUM.

From-SVN: r4775
parent f0722107
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment