From 0d7945d8aef9e2605f0ba2f5c267b59567871a20 Mon Sep 17 00:00:00 2001 From: pierre Date: Tue, 3 May 2011 14:15:52 +0000 Subject: [PATCH] Avoid range check error on internalerror function call git-svn-id: trunk@17399 - --- compiler/x86/agx86att.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/x86/agx86att.pas b/compiler/x86/agx86att.pas index def29d0bdb..0530d57334 100644 --- a/compiler/x86/agx86att.pas +++ b/compiler/x86/agx86att.pas @@ -260,7 +260,7 @@ interface else if taicpu(hp).oper[1]^.typ = top_ref then need_second_mov:=true else - internalerror(2010090211); + internalerror(20100902); end; end; owner.AsmWrite(#9);