From 3ccb603d24071da2691cc1d0cc35901e3ef47ac3 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Wed, 5 Apr 2000 01:52:54 +0000 Subject: * calls.c (initialize_argument_information): Fix typo in last change. From-SVN: r32920 --- gcc/calls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/calls.c') diff --git a/gcc/calls.c b/gcc/calls.c index 8b6d343..eb3d794 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -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 -- cgit v1.1