+ use the aasmdef unit in wasm32/cpunode.pas

This commit is contained in:
Nikolay Nikolov 2021-10-03 00:49:32 +03:00
parent 020a58b075
commit c1eeb8beda

View File

@ -37,7 +37,7 @@ implementation
{ these are not really nodes } { these are not really nodes }
nwasmutil, nwasmutil,
{ symtable } { symtable }
symcpu; symcpu,
{ no aasmdef, the WebAssembly uses the base TAsmData class (set in init code of aasmcpu) } aasmdef;
end. end.