diff options
Diffstat (limited to 'gcc/calls.c')
-rw-r--r-- | gcc/calls.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index a5bf750c..3d78c8b 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -2280,7 +2280,8 @@ expand_call (exp, target, ignore) { /* When the stack adjustment is pending, we get better code by combining the adjustments. */ - if (pending_stack_adjust && !is_const) + if (pending_stack_adjust && !is_const + && !inhibit_defer_pop) { args_size.constant = (unadjusted_args_size + ((pending_stack_adjust + args_size.constant |