Commit fc990856 by Jeff Law

Fix typo in last change.

From-SVN: r13908
parent 6318808c
......@@ -2991,7 +2991,7 @@ emit_library_call_value VPROTO((rtx orgfun, rtx value, int no_queue,
args_size.constant = MAX (args_size.constant,
reg_parm_stack_space);
#ifndef OUTGOING_REG_PARM_STACK_SPACE
args_size.constant -= reg_parm_stack_space);
args_size.constant -= reg_parm_stack_space;
#endif
#endif
......
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