Browse Source

* Fixed internal error number clash (2022102110)

J. Gareth "Curious Kit" Moreton 1 year ago
parent
commit
5fab6cc5e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/x86/nx86inl.pas

+ 1 - 1
compiler/x86/nx86inl.pas

@@ -694,7 +694,7 @@ implementation
                        LOC_CREGISTER:
                        LOC_CREGISTER:
                          emit_reg_reg_reg(A_BZHI, TCGSize2OpSize[opsize], indexnode.location.register, loadnode.location.register, loadnode.location.register);
                          emit_reg_reg_reg(A_BZHI, TCGSize2OpSize[opsize], indexnode.location.register, loadnode.location.register, loadnode.location.register);
                        else
                        else
-                         InternalError(2022102110);
+                         InternalError(2022102120);
                      end;
                      end;
 
 
                      Exit;
                      Exit;