Преглед на файлове

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