* Fixed internal error number clash (2021102610)

This commit is contained in:
J. Gareth "Curious Kit" Moreton 2022-08-14 04:11:37 +01:00 committed by FPK
parent 6c98a63285
commit bb4d3fda25

View File

@ -6063,7 +6063,7 @@ unit aoptx86;
taicpu(p).oper[0]^.val := ThisConst;
{$endif x86_64}
else
InternalError(2021102610);
InternalError(2021102611);
end;
{ Result may get set to False again if the combined immediate overflows for S_Q sizes }