Browse Source

* fixed stack tracking in thlcgwasm.gen_load_uninitialized_function_result

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

+ 1 - 1
compiler/wasm32/hlcgcpu.pas

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