- removed debug writeln from thlcgwasm.prepare_stack_for_ref

git-svn-id: branches/wasm@47180 -
This commit is contained in:
nickysn 2020-10-24 18:48:07 +00:00
parent 3c3a8ce111
commit d2a4e3b441

View File

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