Browse Source

* modified patch by Gareth Moreton to make ie unique, resolves #34849

git-svn-id: trunk@40849 -
florian 6 years ago
parent
commit
b223d1c304
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/x86/cpubase.pas

+ 1 - 1
compiler/x86/cpubase.pas

@@ -832,7 +832,7 @@ implementation
           A_LODS,A_OUTS:
           A_LODS,A_OUTS:
             result:=-1;
             result:=-1;
           else
           else
-            internalerror(2017101202);
+            internalerror(2017101204);
         end;
         end;
       end;
       end;