Browse Source

* made internalerror unique

git-svn-id: trunk@13420 -
Jonas Maebe 16 years ago
parent
commit
cc44257086
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/ncgld.pas

+ 1 - 1
compiler/ncgld.pas

@@ -706,7 +706,7 @@ implementation
                   end;
               end
             else
-              internalerror(200204249);
+              internalerror(2002042410);
           end
        { try to reuse memory locations instead of copying }
        { copy to a memory location ... }