mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 18:51:31 +02:00
* fixed stack tracking for 64-bit operations in thlcgwasm.a_op_stack
git-svn-id: branches/wasm@48048 -
This commit is contained in:
parent
5ea9bd6924
commit
450883ea2b
@ -529,11 +529,8 @@ implementation
|
|||||||
OP_NOT,
|
OP_NOT,
|
||||||
OP_NEG:
|
OP_NEG:
|
||||||
;
|
;
|
||||||
{ the second argument here is an int rather than a long }
|
|
||||||
OP_SHL,OP_SHR,OP_SAR:
|
|
||||||
decstack(list,1);
|
|
||||||
else
|
else
|
||||||
decstack(list,2);
|
decstack(list,1);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user