* fixed WebAssembly inline asm parsing bug for the global.get/global.set ID instruction

This commit is contained in:
Nikolay Nikolov 2024-07-21 18:13:42 +03:00
parent 2a3ed89dbc
commit 5cfd214b68

View File

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