Commit ff1e9821 by Richard Stallman

*** empty log message ***

From-SVN: r876
parent 4d613828
...@@ -323,8 +323,6 @@ emit_call_1 (funexp, funtype, stack_size, struct_value_size, next_arg_reg, ...@@ -323,8 +323,6 @@ emit_call_1 (funexp, funtype, stack_size, struct_value_size, next_arg_reg,
if (is_const) if (is_const)
CONST_CALL_P (call_insn) = 1; CONST_CALL_P (call_insn) = 1;
inhibit_defer_pop = old_inhibit_defer_pop;
#ifndef ACCUMULATE_OUTGOING_ARGS #ifndef ACCUMULATE_OUTGOING_ARGS
/* If returning from the subroutine does not automatically pop the args, /* If returning from the subroutine does not automatically pop the args,
we need an instruction to pop them sooner or later. we need an instruction to pop them sooner or later.
...@@ -349,6 +347,8 @@ emit_call_1 (funexp, funtype, stack_size, struct_value_size, next_arg_reg, ...@@ -349,6 +347,8 @@ emit_call_1 (funexp, funtype, stack_size, struct_value_size, next_arg_reg,
adjust_stack (stack_size_rtx); adjust_stack (stack_size_rtx);
} }
#endif #endif
inhibit_defer_pop = old_inhibit_defer_pop;
} }
/* Generate all the code for a function call /* Generate all the code for a function call
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment