mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:29:24 +02:00
* patch by J. Gareth Moreton: conditional Jump Inversion stoploop variable, resolves #36680
git-svn-id: trunk@44144 -
This commit is contained in:
parent
d295ee3427
commit
991ce83a2b
@ -2006,6 +2006,8 @@ Unit AoptObj;
|
|||||||
asml.remove(hp1);
|
asml.remove(hp1);
|
||||||
hp1.free;
|
hp1.free;
|
||||||
|
|
||||||
|
stoploop := False;
|
||||||
|
|
||||||
if not CJLabel.is_used then
|
if not CJLabel.is_used then
|
||||||
begin
|
begin
|
||||||
CJLabel := NCJLabel;
|
CJLabel := NCJLabel;
|
||||||
|
Loading…
Reference in New Issue
Block a user