Commit 3ccb603d by Kaveh R. Ghazi Committed by Kaveh Ghazi

* calls.c (initialize_argument_information): Fix typo in last change.

From-SVN: r32920
parent 055be976
2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* calls.c (initialize_argument_information): Fix typo in previous
change.
2000-04-04 Richard Henderson <rth@cygnus.com>
* regrename.c (consider_available): Test fixed_regs not
......
......@@ -1218,7 +1218,7 @@ initialize_argument_information (num_actuals, args, args_size, n_named_args,
/* If this is a sibling call and the machine has register windows, the
register window has to be unwinded before calling the routine, so
arguments have to go into the incoming registers. */
if (ecf_flags & ECF_SIBCALL)
if (*ecf_flags & ECF_SIBCALL)
args[i].reg = FUNCTION_INCOMING_ARG (*args_so_far, mode, type,
argpos < n_named_args);
else
......
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