mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 10:01:27 +02:00
- removed debug writeln from thlcgwasm.prepare_stack_for_ref
git-svn-id: branches/wasm@47180 -
This commit is contained in:
parent
3c3a8ce111
commit
d2a4e3b441
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user