mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 14:09:20 +02:00
+ use the aasmdef unit in wasm32/cpunode.pas
This commit is contained in:
parent
020a58b075
commit
c1eeb8beda
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user