* simple clean ups after dyn. array conversion

This commit is contained in:
florian 2025-03-21 21:35:39 +01:00
parent 6ba102ee57
commit b20f968454

View File

@ -141,9 +141,7 @@ Unit aopt;
With LabelInfo^ Do
begin
If (LabelDif <> 0) Then
Begin
SetLength(LabelTable, LabelDif);
end;
p := BlockStart;
While (P <> BlockEnd) Do
Begin
@ -251,11 +249,8 @@ Unit aopt;
End;
procedure tasmoptimizer.clear;
begin
if assigned(LabelInfo^.labeltable) then
begin
LabelInfo^.labeltable:=Nil;
end;
LabelInfo^.labeldif:=0;
LabelInfo^.lowlabel:=high(longint);
LabelInfo^.highlabel:=0;