mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 17:29:33 +02:00
* make use of RemoveCurrentP
git-svn-id: trunk@43532 -
This commit is contained in:
parent
61bf55e0fe
commit
f5caa9940b
@ -2052,12 +2052,10 @@ unit aoptx86;
|
|||||||
->
|
->
|
||||||
decw %si addw %dx,%si p
|
decw %si addw %dx,%si p
|
||||||
}
|
}
|
||||||
asml.remove(p);
|
|
||||||
asml.remove(hp2);
|
asml.remove(hp2);
|
||||||
p.Free;
|
|
||||||
hp2.Free;
|
hp2.Free;
|
||||||
p := hp1;
|
RemoveCurrentP(p);
|
||||||
Result := True;
|
Result:=True;
|
||||||
Exit;
|
Exit;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user