mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 21:49:18 +02:00
Avoid internalerror in RemoveCurrentP for arm compiler
git-svn-id: trunk@47690 -
This commit is contained in:
parent
0189276a12
commit
19d5e43615
@ -1545,7 +1545,7 @@ Implementation
|
|||||||
asml.InsertAfter(dealloc,hpfar1);
|
asml.InsertAfter(dealloc,hpfar1);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if not Assigned(hp1) then
|
if (not Assigned(hp1)) or (p=hp1) then
|
||||||
GetNextInstruction(p, hp1);
|
GetNextInstruction(p, hp1);
|
||||||
|
|
||||||
RemoveCurrentP(p, hp1);
|
RemoveCurrentP(p, hp1);
|
||||||
|
Loading…
Reference in New Issue
Block a user