mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +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
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user