浏览代码

+ use the aasmdef unit in wasm32/cpunode.pas

Nikolay Nikolov 3 年之前
父节点
当前提交
c1eeb8beda
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/wasm32/cpunode.pas

+ 2 - 2
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.