Переглянути джерело

* wasm cpu string renamed wasm32

git-svn-id: branches/wasm@46253 -
nickysn 5 роки тому
батько
коміт
6dd85ad80c
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      compiler/wasm32/tripletcpu.pas

+ 1 - 1
compiler/wasm32/tripletcpu.pas

@@ -37,7 +37,7 @@ uses
 
 
 function tripletcpustr(tripletstyle: ttripletstyle): ansistring;
 function tripletcpustr(tripletstyle: ttripletstyle): ansistring;
   begin
   begin
-    result:='wasm';
+    result:='wasm32';
   end;
   end;