diff options
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r-- | gcc/libgcc2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index c32a7e03fa2..29195119e73 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -3438,10 +3438,10 @@ void *__eh_pc; /* See expand_builtin_throw for details. */ -void **__eh_ffetmnpc () { +void **__eh_pcnthrow () { static void *buf[2] = { - &__find_first_exception_table_match, - &__eh_pc + &__eh_pc, + &__throw }; return buf; } |