mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-31 19:22:37 +02:00
* Fix double WARN infinite loop
git-svn-id: trunk@17864 -
This commit is contained in:
parent
a347381066
commit
d707d38ea1
@ -346,8 +346,10 @@ procedure flushpendingswitchesstate;
|
||||
begin
|
||||
pstate^.next:=current_settings.pmessage;
|
||||
current_settings.pmessage:=fstate;
|
||||
end;
|
||||
pstate:=pstate^.next;
|
||||
pstate:=nil;
|
||||
end
|
||||
else
|
||||
pstate:=pstate^.next;
|
||||
pendingstate.nextmessagerecord:=nil;
|
||||
end;
|
||||
{ process pending calling convention changes (calling x) }
|
||||
|
Loading…
Reference in New Issue
Block a user