Bläddra i källkod

* cpu_wasm renamed cpu_wasm32

git-svn-id: branches/wasm@46255 -
nickysn 5 år sedan
förälder
incheckning
a00110f6e0
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      compiler/wasm32/cpuinfo.pas

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