mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 14:29:25 +02:00
- removed spurious load of global symbols in thlcgwasm.prepare_stack_for_ref
git-svn-id: branches/wasm@47167 -
This commit is contained in:
parent
19519eb3d2
commit
bbe5e3d0e7
@ -1034,7 +1034,7 @@ implementation
|
|||||||
|
|
||||||
// setting up memory offset
|
// setting up memory offset
|
||||||
if assigned(ref.symbol) then begin
|
if assigned(ref.symbol) then begin
|
||||||
list.Concat(taicpu.op_sym(a_get_global, ref.symbol));
|
//list.Concat(taicpu.op_sym(a_get_global, ref.symbol));
|
||||||
end else if ref.index <> NR_NO then // array access
|
end else if ref.index <> NR_NO then // array access
|
||||||
begin
|
begin
|
||||||
// it's just faster to sum two of those together
|
// it's just faster to sum two of those together
|
||||||
|
Loading…
Reference in New Issue
Block a user