Browse Source

* fixed stack tracking in thlcgwasm.a_loadfpu_const_stack

git-svn-id: branches/wasm@48050 -
nickysn 4 years ago
parent
commit
bdaeda27c2
1 changed files with 1 additions and 1 deletions
  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);