mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 15:49:27 +02:00
+ support pi_needs_tls
git-svn-id: trunk@43124 -
This commit is contained in:
parent
03dfc615dc
commit
cffc69ec1d
@ -1626,7 +1626,9 @@ const
|
||||
(mask:pi_uses_threadvar;
|
||||
str:' uses threadvars '),
|
||||
(mask:pi_has_except_table_data;
|
||||
str:' has except table data ')
|
||||
str:' has except table data '),
|
||||
(mask:pi_needs_tls;
|
||||
str:' uses TLS data pointer ')
|
||||
);
|
||||
var
|
||||
procinfooptions : tprocinfoflags;
|
||||
|
Loading…
Reference in New Issue
Block a user