diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-08 16:46:24 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-08 16:46:24 +0000 |
commit | 6a0ae348a7ba03b19c659fc5665a006253077b2a (patch) | |
tree | 1ef7f51a92bb7772d1a5442e68d47fb8473a35f9 /gcc/function.c | |
parent | 3b28840692db43ac6b8adc4245ed0ca1dcf73cbe (diff) | |
download | gcc-6a0ae348a7ba03b19c659fc5665a006253077b2a.tar.gz |
* varasm.c (restore_varasm_status): New.
* function.h: Declare it.
* function.c (pop_function_context_from): Call it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46080 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/function.c b/gcc/function.c index fed2b3b68c7..086fdc69d6f 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -386,6 +386,7 @@ pop_function_context_from (context) reg_renumber = 0; restore_emit_status (p); + restore_varasm_status (p); if (restore_lang_status) (*restore_lang_status) (p); |