Răsfoiți Sursa

* increased shortstring length to accomodate the WASI long name

git-svn-id: branches/wasm@46263 -
nickysn 5 ani în urmă
părinte
comite
0c04e99211
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      compiler/systems.pas

+ 1 - 1
compiler/systems.pas

@@ -187,7 +187,7 @@ interface
        { using packed causes bus errors on processors which require alignment }
        { using packed causes bus errors on processors which require alignment }
        tsysteminfo = record
        tsysteminfo = record
           system       : tsystem;
           system       : tsystem;
-          name         : string[34];
+          name         : string[39];
           shortname    : string[12];
           shortname    : string[12];
           flags        : set of tsystemflags;
           flags        : set of tsystemflags;
           cpu          : tsystemcpu;
           cpu          : tsystemcpu;