Prechádzať zdrojové kódy

- removed spurious load of global symbols in thlcgwasm.prepare_stack_for_ref

git-svn-id: branches/wasm@47167 -
nickysn 5 rokov pred
rodič
commit
bbe5e3d0e7
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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