Browse Source

* made internalerror unique

git-svn-id: branches/hlcgllvm@26982 -
Jonas Maebe 11 years ago
parent
commit
9c674ff444
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/llvm/agllvm.pas

+ 1 - 1
compiler/llvm/agllvm.pas

@@ -256,7 +256,7 @@ implementation
            end;
            end;
 {$endif cpuextended}
 {$endif cpuextended}
          else
          else
-           internalerror(2013060224);
+           internalerror(2013060227);
        end;
        end;
      end;
      end;