diff --git a/compiler/wasm32/hlcgcpu.pas b/compiler/wasm32/hlcgcpu.pas index d37c8069cd..bb242b1677 100644 --- a/compiler/wasm32/hlcgcpu.pas +++ b/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;