Browse Source

- removed debug writeln from thlcgwasm.prepare_stack_for_ref

git-svn-id: branches/wasm@47180 -
nickysn 4 years ago
parent
commit
d2a4e3b441
1 changed files with 0 additions and 4 deletions
  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