* Fix double WARN infinite loop

git-svn-id: trunk@17864 -
This commit is contained in:
pierre 2011-06-29 09:52:03 +00:00
parent a347381066
commit d707d38ea1

View File

@ -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) }