* 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 J. Gareth "Kit" Moreton
parent 9f62b33ef0
commit 5fab6cc5e0

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;