mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 00:10:31 +02:00
* Fixed internal error number clash (2021102610)
This commit is contained in:
parent
6c98a63285
commit
bb4d3fda25
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user