Browse Source

- removed spurious load of global symbols in thlcgwasm.prepare_stack_for_ref

git-svn-id: branches/wasm@47167 -
nickysn 4 years ago
parent
commit
bbe5e3d0e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/wasm32/hlcgcpu.pas

+ 1 - 1
compiler/wasm32/hlcgcpu.pas

@@ -1034,7 +1034,7 @@ implementation
 
       // setting up memory offset
       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
       begin
         // it's just faster to sum two of those together