mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 00:09:31 +02:00
* enable initialization of exceptions and threading on FreeRTOS
git-svn-id: trunk@46743 -
This commit is contained in:
parent
2dcb31efce
commit
1cbdc9cc9a
@ -295,8 +295,8 @@ begin
|
||||
programs this does not matter because in the main thread, the variables are located
|
||||
in bss
|
||||
|
||||
SysInitExceptions;
|
||||
}
|
||||
SysInitExceptions;
|
||||
{$endif FPC_HAS_FEATURE_EXCEPTIONS}
|
||||
|
||||
{$ifdef FPC_HAS_FEATURE_CONSOLEIO}
|
||||
@ -304,12 +304,12 @@ begin
|
||||
InOutRes:=0;
|
||||
{$endif FPC_HAS_FEATURE_CONSOLEIO}
|
||||
|
||||
{$ifdef FPC_HAS_FEATURE_THREADING}
|
||||
{ $ifdef FPC_HAS_FEATURE_THREADING}
|
||||
{ threading }
|
||||
//InitSystemThreads; // Empty call for embedded anyway
|
||||
{$endif FPC_HAS_FEATURE_THREADING}
|
||||
InitSystemThreads;
|
||||
{ $endif FPC_HAS_FEATURE_THREADING}
|
||||
|
||||
{$ifdef FPC_HAS_FEATURE_WIDESTRINGS}
|
||||
// initunicodestringmanager;
|
||||
initunicodestringmanager;
|
||||
{$endif FPC_HAS_FEATURE_WIDESTRINGS}
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user