浏览代码

Avoid range check error on internalerror function call

git-svn-id: trunk@17399 -
pierre 14 年之前
父节点
当前提交
0d7945d8ae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/x86/agx86att.pas

+ 1 - 1
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);