Explorar el Código

* changed the name of the 'wasm' system to 'embedded'

git-svn-id: branches/wasm@48364 -
nickysn hace 4 años
padre
commit
986ee16d3d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      compiler/systems/i_wasm.pas

+ 2 - 2
compiler/systems/i_wasm.pas

@@ -43,8 +43,8 @@ unit i_wasm;
         system_wasm32_embedded_info : tsysteminfo =
           (
             system       : system_wasm32_embedded;
-            name         : 'WebAssembly';
-            shortname    : 'Wasm';
+            name         : 'Embedded';
+            shortname    : 'embedded';
             flags        : [tf_under_development,tf_needs_symbol_size,tf_needs_symbol_type,
                             tf_files_case_sensitive,tf_no_generic_stackcheck,
                             tf_smartlink_sections,