Sfoglia il codice sorgente

* fixes overflowing internalerror number

git-svn-id: trunk@15998 -
florian 15 anni fa
parent
commit
3041bbab27
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      compiler/x86/agx86att.pas

+ 2 - 2
compiler/x86/agx86att.pas

@@ -55,7 +55,7 @@ interface
         procedure WriteInstruction(hp: tai);override;
      end;
 
-      
+
 
   implementation
 
@@ -260,7 +260,7 @@ interface
                  else if taicpu(hp).oper[1]^.typ = top_ref then
                    need_second_mov:=true
                  else
-                   internalerror(20100902011);
+                   internalerror(2010090211);
                end;
            end;
         owner.AsmWrite(#9);