Commit 85b119d1 by Richard Kenner

(mark_all_temps_used): Set KEEP as well.

From-SVN: r13541
parent b5fa3314
......@@ -1239,7 +1239,7 @@ mark_all_temps_used ()
for (p = temp_slots; p; p = p->next)
{
p->in_use = 1;
p->in_use = p->keep = 1;
p->level = MIN (p->level, temp_slot_level);
}
}
......
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