Ver código fonte

* fixed stack tracking in thlcgwasm.a_loadfpu_const_stack

git-svn-id: branches/wasm@48050 -
nickysn 4 anos atrás
pai
commit
bdaeda27c2
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      compiler/wasm32/hlcgcpu.pas

+ 1 - 1
compiler/wasm32/hlcgcpu.pas

@@ -464,7 +464,7 @@ implementation
         s64real:
           begin
             list.concat(taicpu.op_double(a_f64_const,a));
-            incstack(list,2);
+            incstack(list,1);
           end
         else
           internalerror(2011010501);