2
0
Эх сурвалжийг харах

* fixed coding style

git-svn-id: trunk@3338 -
florian 19 жил өмнө
parent
commit
98d428ff30

+ 0 - 1
compiler/ncgadd.pas

@@ -449,7 +449,6 @@ interface
       end;
 
 
-
     procedure tcgaddnode.second_add64bit;
       var
         op         : TOpCG;

+ 2 - 2
compiler/x86/aasmcpu.pas

@@ -1444,8 +1444,8 @@ implementation
             exit;
          end;
         {No register, so memory reference.}
-        if (input.typ<>top_ref) then
-          internalerror(200409262);
+        if input.typ<>top_ref then
+          internalerror(200409263);
         ir:=input.ref^.index;
         br:=input.ref^.base;
         isub:=getsubreg(ir);