소스 검색

* ifdef changed to wasm32

git-svn-id: branches/wasm@46258 -
nickysn 5 년 전
부모
커밋
c210f63105
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      compiler/systems.pas

+ 2 - 2
compiler/systems.pas

@@ -1137,9 +1137,9 @@ begin
   {$endif cpuaarch64}
 {$endif aarch64}
 
-{$ifdef wasm}
+{$ifdef wasm32}
   default_target(system_wasm32_wasm);
-{$endif wasm}
+{$endif wasm32}
 
 {$ifdef z80}
   default_target(system_z80_embedded);