* make use of RemoveCurrentP

git-svn-id: trunk@43532 -
This commit is contained in:
florian 2019-11-21 20:19:49 +00:00
parent 61bf55e0fe
commit f5caa9940b

View File

@ -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;