Explorar el Código

* fixed indentation of stack slot allocation debug statements

git-svn-id: trunk@26474 -
Jonas Maebe hace 11 años
padre
commit
8065fc24d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/jvm/hlcgcpu.pas

+ 1 - 1
compiler/jvm/hlcgcpu.pas

@@ -271,7 +271,7 @@ implementation
       if (fevalstackheight>fmaxevalstackheight) then
         fmaxevalstackheight:=fevalstackheight;
       if cs_asm_regalloc in current_settings.globalswitches then
-        list.concat(tai_comment.Create(strpnew('allocated '+tostr(slots)+', stack height = '+tostr(fevalstackheight))));
+        list.concat(tai_comment.Create(strpnew('    allocated '+tostr(slots)+', stack height = '+tostr(fevalstackheight))));
     end;
 
   procedure thlcgjvm.decstack(list: TAsmList;slots: longint);