diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/except.c b/gcc/except.c index 4b25b10..f90fdc9 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -2598,8 +2598,7 @@ init_eh () void init_eh_for_function () { - current_function->eh - = (struct eh_status *) xcalloc (1, sizeof (struct eh_status)); + cfun->eh = (struct eh_status *) xcalloc (1, sizeof (struct eh_status)); ehqueue = (struct eh_queue *) xcalloc (1, sizeof (struct eh_queue)); eh_return_context = NULL_RTX; eh_return_stack_adjust = NULL_RTX; |