소스 검색

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