Commit 291dde90 by Richard Kenner

(assign_stack_temp): Adjust full_size field of temp_slot when

splitting an unused slot.

From-SVN: r10422
parent 6ea0cab3
......@@ -861,6 +861,7 @@ assign_stack_temp (mode, size, keep)
stack_slot_list);
best_p->size = rounded_size;
best_p->full_size = rounded_size;
}
}
......
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