diff options
author | clm <clm@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-29 18:49:29 +0000 |
---|---|---|
committer | clm <clm@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-29 18:49:29 +0000 |
commit | 17ea20f1f52bdedcb75fa08039e9e541e47d3a5f (patch) | |
tree | 34fabed872898cc90bc1b6bb1628ccfcf1f09a8c /gcc/calls.c | |
parent | ef2410534b6e2f39b147316d38af233fcc5f8678 (diff) | |
download | gcc-17ea20f1f52bdedcb75fa08039e9e541e47d3a5f.tar.gz |
Fix up last patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30265 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/calls.c')
-rw-r--r-- | gcc/calls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index b17d1971fdf..6435a1ff7a6 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -2581,6 +2581,7 @@ emit_library_call VPROTO((rtx orgfun, int no_queue, enum machine_mode outmode, rtx fun; int inc; int count; + struct args_size alignment_pad; rtx argblock = 0; CUMULATIVE_ARGS args_so_far; struct arg { rtx value; enum machine_mode mode; rtx reg; int partial; @@ -3643,7 +3644,6 @@ emit_library_call_value VPROTO((rtx orgfun, rtx value, int no_queue, highest_outgoing_arg_in_use = initial_highest_arg_in_use; stack_usage_map = initial_stack_usage_map; #endif - struct args_size alignment_pad; return value; } |