Преглед на файлове

* Fixed internal error number clash (2022102110)

J. Gareth "Curious Kit" Moreton преди 1 година
родител
ревизия
5fab6cc5e0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;