* stack tracking fix for trunc32 in thlcgwasm.a_op_stack

git-svn-id: branches/wasm@48053 -
This commit is contained in:
nickysn 2021-01-04 15:00:05 +00:00
parent b84bb3e9c4
commit 92ac6bace9

View File

@ -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;