Jelajahi Sumber

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

git-svn-id: branches/wasm@48364 -
nickysn 4 tahun lalu
induk
melakukan
986ee16d3d
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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_wasm32_embedded_info : tsysteminfo =
           (
           (
             system       : system_wasm32_embedded;
             system       : system_wasm32_embedded;
-            name         : 'WebAssembly';
-            shortname    : 'Wasm';
+            name         : 'Embedded';
+            shortname    : 'embedded';
             flags        : [tf_under_development,tf_needs_symbol_size,tf_needs_symbol_type,
             flags        : [tf_under_development,tf_needs_symbol_size,tf_needs_symbol_type,
                             tf_files_case_sensitive,tf_no_generic_stackcheck,
                             tf_files_case_sensitive,tf_no_generic_stackcheck,
                             tf_smartlink_sections,
                             tf_smartlink_sections,