2
0
Florian Klämpfl 3 жил өмнө
parent
commit
9348f58e70

+ 2 - 2
compiler/mips/cgcpu.pas

@@ -1607,7 +1607,7 @@ begin
         list.concat(taicpu.op_reg_ref(A_SW, tmpreg1, dst));
         list.concat(taicpu.op_reg_ref(A_SW, tmpreg1, dst));
         Inc(src.offset, 4);
         Inc(src.offset, 4);
         Inc(dst.offset, 4);
         Inc(dst.offset, 4);
-	Inc(count2);
+        Inc(count2);
       end;
       end;
       len := len mod 4;
       len := len mod 4;
     end;
     end;
@@ -1679,7 +1679,7 @@ begin
     begin
     begin
       { unrolled loop }
       { unrolled loop }
       tmpreg1 := GetIntRegister(list, OS_INT);
       tmpreg1 := GetIntRegister(list, OS_INT);
-      i:=1;
+      i := 1;
       while i <= len do
       while i <= len do
       begin
       begin
         list.concat(taicpu.op_reg_ref(A_LBU, tmpreg1, src));
         list.concat(taicpu.op_reg_ref(A_LBU, tmpreg1, src));