Browse Source

* Fixed internal error number clash (2021102610)

J. Gareth "Curious Kit" Moreton 3 years ago
parent
commit
bb4d3fda25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/x86/aoptx86.pas

+ 1 - 1
compiler/x86/aoptx86.pas

@@ -6063,7 +6063,7 @@ unit aoptx86;
                           taicpu(p).oper[0]^.val := ThisConst;
 {$endif x86_64}
                       else
-                        InternalError(2021102610);
+                        InternalError(2021102611);
                     end;
 
                     { Result may get set to False again if the combined immediate overflows for S_Q sizes }