* ensure that flushpendingswitchesstate had been called before the start of replaying tokens

This commit is contained in:
Sven/Sarah Barth 2024-12-29 21:52:18 +01:00
parent 7fe7e26659
commit d335ce60dd

View File

@ -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;