소스 검색

+ use the aasmdef unit in wasm32/cpunode.pas

Nikolay Nikolov 4 년 전
부모
커밋
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.