Make sure to set alignment of new temp slot to new value

git-svn-id: trunk@38954 -
This commit is contained in:
pierre 2018-05-08 21:35:11 +00:00
parent ba2c06a239
commit 1a23672e7b

View File

@ -395,13 +395,13 @@ implementation
{ Create new block and resize the old block }
tl^.fini:=fini;
tl^.size:=size;
tl^.alignment:=alignment;
tl^.nextfree:=nil;
{ Resize the old block }
dec(bestslot^.size,size);
end;
tl^.temptype:=temptype;
tl^.def:=def;
tl^.alignment:=alignment;
tl^.nextfree:=nil;
end
else