aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r--gcc/libgcc2.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c
index 1fc703e..4e17faf 100644
--- a/gcc/libgcc2.c
+++ b/gcc/libgcc2.c
@@ -3426,10 +3426,7 @@ find_exception_handler (void *pc, exception_descriptor *table, void *eh_info)
{
ret = (*matcher)(eh_info, &tab[pos], table);
if (ret)
- {
- ((__eh_info *)eh_info)->coerced_value = ret;
- return tab[pos].exception_handler;
- }
+ return tab[pos].exception_handler;
}
}
else