* Fixed internal error number clash (2022102110)

This commit is contained in:
J. Gareth "Curious Kit" Moreton 2023-11-06 10:53:56 +00:00 committed by Pierre Muller
parent 6c4a2f3369
commit 24f9f59188

View File

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