diff options
Diffstat (limited to 'gcc/function.c')
-rwxr-xr-x | gcc/function.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/function.c b/gcc/function.c index d5ffd30..5119688 100755 --- a/gcc/function.c +++ b/gcc/function.c @@ -6133,7 +6133,9 @@ expand_function_end (filename, line, end_bindings) use_variable (outgoing); } +#ifndef OLD_COMPILER use_return_register (); +#endif /* If this is an implementation of __throw, do what's necessary to communicate between __builtin_eh_return and the epilogue. */ |