Browse Source

* stack tracking fix for trunc32 in thlcgwasm.a_op_stack

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

+ 0 - 1
compiler/wasm32/hlcgcpu.pas

@@ -534,7 +534,6 @@ implementation
       if trunc32 then
         begin
           list.concat(taicpu.op_none(a_i32_trunc_s_f32)); // todo: there are several truncs
-          decstack(list,1);
         end;
     end;