mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 09:23:48 +02:00
* wasip1threads needs 14 characters
This commit is contained in:
parent
b0003f71dd
commit
aaf0bf7e19
@ -185,13 +185,12 @@ interface
|
|||||||
{ indicates that the default value of the ts_wasm_threads target switch is 'on' for this target }
|
{ indicates that the default value of the ts_wasm_threads target switch is 'on' for this target }
|
||||||
tf_wasm_threads
|
tf_wasm_threads
|
||||||
);
|
);
|
||||||
|
|
||||||
psysteminfo = ^tsysteminfo;
|
psysteminfo = ^tsysteminfo;
|
||||||
{ 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[88];
|
name : string[88];
|
||||||
shortname : string[13];
|
shortname : string[14];
|
||||||
flags : set of tsystemflags;
|
flags : set of tsystemflags;
|
||||||
cpu : tsystemcpu;
|
cpu : tsystemcpu;
|
||||||
unit_env : string[16];
|
unit_env : string[16];
|
||||||
|
Loading…
Reference in New Issue
Block a user