Procházet zdrojové kódy

* Fixed internal error number clash (2022102110)

J. Gareth "Curious Kit" Moreton před 1 rokem
rodič
revize
5fab6cc5e0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      compiler/x86/nx86inl.pas

+ 1 - 1
compiler/x86/nx86inl.pas

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