mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 18:25:58 +02:00
* fixed stack tracking in thlcgwasm.resizestackfpuval
git-svn-id: branches/wasm@48052 -
This commit is contained in:
parent
c6aecf184b
commit
b84bb3e9c4
@ -2500,13 +2500,11 @@ implementation
|
|||||||
(tosize=OS_F64) then
|
(tosize=OS_F64) then
|
||||||
begin
|
begin
|
||||||
list.concat(taicpu.op_none(a_f64_promote_f32));
|
list.concat(taicpu.op_none(a_f64_promote_f32));
|
||||||
incstack(list,1);
|
|
||||||
end
|
end
|
||||||
else if (fromsize=OS_F64) and
|
else if (fromsize=OS_F64) and
|
||||||
(tosize=OS_F32) then
|
(tosize=OS_F32) then
|
||||||
begin
|
begin
|
||||||
list.concat(taicpu.op_none(a_f32_demote_f64));
|
list.concat(taicpu.op_none(a_f32_demote_f64));
|
||||||
decstack(list,1);
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user