mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 21:48:35 +02:00
* ensure that flushpendingswitchesstate had been called before the start of replaying tokens
This commit is contained in:
parent
7fe7e26659
commit
d335ce60dd
@ -3721,6 +3721,10 @@ type
|
||||
{ install buffer }
|
||||
replaytokenbuf:=buf;
|
||||
|
||||
{ flushpendingswitchesstate should have been called }
|
||||
if assigned(pendingstate.nextmessagerecord) then
|
||||
internalerror(2024122901);
|
||||
|
||||
{ Initialize value of change_endian_for_replay variable }
|
||||
change_endian_for_replay:=change_endian;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user