Bladeren bron

* wasip1threads needs 14 characters

Michaël Van Canneyt 5 maanden geleden
bovenliggende
commit
aaf0bf7e19
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1 2
      compiler/systems.pas

+ 1 - 2
compiler/systems.pas

@@ -185,13 +185,12 @@ interface
             { indicates that the default value of the ts_wasm_threads target switch is 'on' for this target }
             tf_wasm_threads
        );
-
        psysteminfo = ^tsysteminfo;
        { using packed causes bus errors on processors which require alignment }
        tsysteminfo = record
           system       : tsystem;
           name         : string[88];
-          shortname    : string[13];
+          shortname    : string[14];
           flags        : set of tsystemflags;
           cpu          : tsystemcpu;
           unit_env     : string[16];