mirror of
https://github.com/AdaCore/xmlada.git
synced 2026-02-12 12:30:28 -08:00
J610-021 git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/trunk/xmlada@161746 936e1b1b-40f2-da11-902a-00137254ae57
18 lines
657 B
Plaintext
18 lines
657 B
Plaintext
-- Only set these while in debug mode, since these need to be true partition-wide
|
|
pragma Profile (Ravenscar);
|
|
|
|
-- pragma Restrictions (No_Tasking);
|
|
-- pragma Restrictions (No_Asynchronous_Control);
|
|
-- pragma Restrictions (Max_Asynchronous_Select_Nesting => 0);
|
|
-- pragma Restrictions (No_Abort_Statements);
|
|
-- pragma Initialize_Scalars;
|
|
-- pragma Restrictions (No_Dynamic_Interrupts);
|
|
-- pragma Restrictions (No_Implicit_Dynamic_Code);
|
|
-- pragma Restrictions (No_Initialize_Scalars);
|
|
-- pragma Restrictions (No_Wide_Characters);
|
|
-- pragma Restricted_Run_Time;
|
|
-- pragma Restrictions (No_Secondary_Stack);
|
|
-- pragma Restrictions (No_Streams);
|
|
|
|
|