mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:39:28 +02:00
* Fixed internal error number clash (2022102110)
This commit is contained in:
parent
6c4a2f3369
commit
24f9f59188
@ -694,7 +694,7 @@ implementation
|
||||
LOC_CREGISTER:
|
||||
emit_reg_reg_reg(A_BZHI, TCGSize2OpSize[opsize], indexnode.location.register, loadnode.location.register, loadnode.location.register);
|
||||
else
|
||||
InternalError(2022102110);
|
||||
InternalError(2022102120);
|
||||
end;
|
||||
|
||||
Exit;
|
||||
|
Loading…
Reference in New Issue
Block a user