(assign_stack_temp): Adjust full_size field of temp_slot when

splitting an unused slot.

From-SVN: r10422
This commit is contained in:
Richard Kenner 1995-10-03 12:02:38 -04:00
parent 6ea0cab3c4
commit 291dde90f0
1 changed files with 1 additions and 0 deletions

View File

@ -861,6 +861,7 @@ assign_stack_temp (mode, size, keep)
stack_slot_list);
best_p->size = rounded_size;
best_p->full_size = rounded_size;
}
}