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

* indentation fixed

git-svn-id: trunk@26627 -
florian 11 жил өмнө
parent
commit
b1f54b2853

+ 1 - 1
compiler/psub.pas

@@ -913,7 +913,7 @@ implementation
                begin
                begin
                  cg.translate_register(tabstractnormalvarsym(p).localloc.register);
                  cg.translate_register(tabstractnormalvarsym(p).localloc.register);
                  if (tabstractnormalvarsym(p).localloc.registerhi<>NR_NO) then
                  if (tabstractnormalvarsym(p).localloc.registerhi<>NR_NO) then
-                 cg.translate_register(tabstractnormalvarsym(p).localloc.registerhi);
+                   cg.translate_register(tabstractnormalvarsym(p).localloc.registerhi);
                end;
                end;
              if cs_asm_source in current_settings.globalswitches then
              if cs_asm_source in current_settings.globalswitches then
                begin
                begin