From c1eeb8beda0df3f74741677df85259e86b0a789f Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Sun, 3 Oct 2021 00:49:32 +0300 Subject: [PATCH] + use the aasmdef unit in wasm32/cpunode.pas --- compiler/wasm32/cpunode.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/wasm32/cpunode.pas b/compiler/wasm32/cpunode.pas index c23ee69b32..ebfb8a8e30 100644 --- a/compiler/wasm32/cpunode.pas +++ b/compiler/wasm32/cpunode.pas @@ -37,7 +37,7 @@ implementation { these are not really nodes } nwasmutil, { symtable } - symcpu; - { no aasmdef, the WebAssembly uses the base TAsmData class (set in init code of aasmcpu) } + symcpu, + aasmdef; end.