Selaa lähdekoodia

* cpu_wasm renamed cpu_wasm32

git-svn-id: branches/wasm@46255 -
nickysn 5 vuotta sitten
vanhempi
commit
a00110f6e0
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      compiler/wasm32/cpuinfo.pas

+ 2 - 2
compiler/wasm32/cpuinfo.pas

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