瀏覽代碼

- removed debug writeln from thlcgwasm.prepare_stack_for_ref

git-svn-id: branches/wasm@47180 -
nickysn 5 年之前
父節點
當前提交
d2a4e3b441
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      compiler/wasm32/hlcgcpu.pas

+ 0 - 4
compiler/wasm32/hlcgcpu.pas

@@ -1044,10 +1044,6 @@ implementation
       if (ref.base=NR_EVAL_STACK_BASE) or (ref.islocal) then
       if (ref.base=NR_EVAL_STACK_BASE) or (ref.islocal) then
         exit;
         exit;
 
 
-      if assigned(ref.symbol) then
-        begin
-          Writeln(ref.symbol.name, ' ', std_Regname(ref.base), ' ', std_regname(ref.index));
-        end;
       // setting up memory offset
       // setting up memory offset
       if assigned(ref.symbol) and (ref.base=NR_NO) and (ref.index=NR_NO) then
       if assigned(ref.symbol) and (ref.base=NR_NO) and (ref.index=NR_NO) then
         begin
         begin