Parcourir la source

* fixed stack tracking in thlcgwasm.resizestackfpuval

git-svn-id: branches/wasm@48052 -
nickysn il y a 4 ans
Parent
commit
b84bb3e9c4
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      compiler/wasm32/hlcgcpu.pas

+ 0 - 2
compiler/wasm32/hlcgcpu.pas

@@ -2500,13 +2500,11 @@ implementation
          (tosize=OS_F64) then
         begin
           list.concat(taicpu.op_none(a_f64_promote_f32));
-          incstack(list,1);
         end
       else if (fromsize=OS_F64) and
               (tosize=OS_F32) then
         begin
           list.concat(taicpu.op_none(a_f32_demote_f64));
-          decstack(list,1);
         end;
     end;