mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 16:39:16 +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
|
||||
}
|
||||
asml.remove(p);
|
||||
asml.remove(hp2);
|
||||
p.Free;
|
||||
hp2.Free;
|
||||
p := hp1;
|
||||
Result := True;
|
||||
RemoveCurrentP(p);
|
||||
Result:=True;
|
||||
Exit;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user