(expand_call): Initialize OLD_PENDING_ADJ.

From-SVN: r6640
This commit is contained in:
Richard Kenner 1994-02-27 10:45:15 -05:00
parent 9d5f3e49d7
commit 79be3418ff

View File

@ -551,7 +551,7 @@ expand_call (exp, target, ignore)
#endif
rtx old_stack_level = 0;
int old_pending_adj;
int old_pending_adj = 0;
int old_stack_arg_under_construction;
int old_inhibit_defer_pop = inhibit_defer_pop;
tree old_cleanups = cleanups_this_call;