From 9c674ff444f679538b684d8a97c28a395bf03ac4 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Thu, 6 Mar 2014 21:40:21 +0000 Subject: [PATCH] * made internalerror unique git-svn-id: branches/hlcgllvm@26982 - --- compiler/llvm/agllvm.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/llvm/agllvm.pas b/compiler/llvm/agllvm.pas index 791e904a1d..1de7cdfc0c 100644 --- a/compiler/llvm/agllvm.pas +++ b/compiler/llvm/agllvm.pas @@ -256,7 +256,7 @@ implementation end; {$endif cpuextended} else - internalerror(2013060224); + internalerror(2013060227); end; end;