mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 01:50:35 +02:00
* fixed WebAssembly inline asm parsing bug for the global.get/global.set ID instruction
This commit is contained in:
parent
2a3ed89dbc
commit
5cfd214b68
@ -906,6 +906,7 @@ Unit rawasmtext;
|
||||
result.ops:=1;
|
||||
result.operands[1].opr.typ:=OPR_SYMBOL;
|
||||
result.operands[1].opr.symbol:=thlcgwasm(hlcg).RefStackPointerSym;
|
||||
Consume(AS_ID);
|
||||
end;
|
||||
else
|
||||
internalerror(2024072002);
|
||||
|
Loading…
Reference in New Issue
Block a user