2
0
Эх сурвалжийг харах

* cpu_wasm renamed cpu_wasm32

git-svn-id: branches/wasm@46255 -
nickysn 5 жил өмнө
parent
commit
a00110f6e0

+ 2 - 2
compiler/wasm32/cpuinfo.pas

@@ -37,8 +37,8 @@ Type
    { possible supported processors for this target }
    tcputype =
       (cpu_none,
-       { wasm, same as cpu_none }
-       cpu_wasm
+       { wasm32, same as cpu_none }
+       cpu_wasm32
       );
 
    tfputype =