Commit 24d11a9a by Per Bothner

emit-rtl.c (init_emit): Clear sequence_stack.

From-SVN: r3984
parent ec253d27
......@@ -2907,6 +2907,7 @@ init_emit ()
last_filename = 0;
first_label_num = label_num;
last_label_num = 0;
sequence_stack = NULL;
/* Clear the start_sequence/gen_sequence cache. */
sequence_element_free_list = 0;
......
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