mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 15:30:52 +02:00
Do not set value of stoploop to avoid infinite loop
git-svn-id: trunk@45785 -
This commit is contained in:
parent
7337515137
commit
13afd5c6c7
@ -1948,10 +1948,7 @@ Unit AoptObj;
|
||||
is the same instruction, like 'bne $v0,$zero,.Lj3' for MIPS }
|
||||
if (taicpu(p).ops>1) or ((hp1.typ=ait_instruction) and
|
||||
(taicpu(hp1).ops>1)) then
|
||||
begin
|
||||
stoploop:=false;
|
||||
exit;
|
||||
end;
|
||||
exit;
|
||||
while (hp1 <> BlockEnd) do
|
||||
begin
|
||||
StripDeadLabels(hp1, hp1);
|
||||
|
Loading…
Reference in New Issue
Block a user