diff options
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r-- | gcc/libgcc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 379586b..1fc703e 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -3424,7 +3424,7 @@ find_exception_handler (void *pc, exception_descriptor *table, void *eh_info) /* match info but no matcher is NOT a match */ if (matcher) { - ret = (*matcher)(eh_info, tab[pos].match_info, table); + ret = (*matcher)(eh_info, &tab[pos], table); if (ret) { ((__eh_info *)eh_info)->coerced_value = ret; |