Commit a506307a by Richard Stallman

(pop_function_context, push_function_context):

Call {save,restore}_varasm_status.

From-SVN: r2423
parent 17d4d0e0
......@@ -432,6 +432,7 @@ push_function_context ()
init_emit ();
save_expr_status (p);
save_stmt_status (p);
save_varasm_status (p);
}
/* Restore the last saved context, at the end of a nested function.
......@@ -491,6 +492,7 @@ pop_function_context ()
restore_expr_status (p);
restore_emit_status (p);
restore_stmt_status (p);
restore_varasm_status (p);
/* Finish doing put_var_into_stack for any of our variables
which became addressable during the nested function. */
......
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