Commit 79be3418 by Richard Kenner

(expand_call): Initialize OLD_PENDING_ADJ.

From-SVN: r6640
parent 9d5f3e49
......@@ -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;
......
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