瀏覽代碼

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