浏览代码

* fixed indentation of stack slot allocation debug statements

git-svn-id: trunk@26474 -
Jonas Maebe 11 年之前
父节点
当前提交
8065fc24d9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/jvm/hlcgcpu.pas

+ 1 - 1
compiler/jvm/hlcgcpu.pas

@@ -271,7 +271,7 @@ implementation
       if (fevalstackheight>fmaxevalstackheight) then
       if (fevalstackheight>fmaxevalstackheight) then
         fmaxevalstackheight:=fevalstackheight;
         fmaxevalstackheight:=fevalstackheight;
       if cs_asm_regalloc in current_settings.globalswitches then
       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;
     end;
 
 
   procedure thlcgjvm.decstack(list: TAsmList;slots: longint);
   procedure thlcgjvm.decstack(list: TAsmList;slots: longint);