summaryrefslogtreecommitdiff
path: root/translate/grt/grt.adc
diff options
context:
space:
mode:
authorgingold2005-11-22 16:09:10 +0000
committergingold2005-11-22 16:09:10 +0000
commit171548c9d708fc13f5b6d3edde30630ee04bd06e (patch)
tree181c2a4f230ec445277ec4ed6a25c73f25aab3e2 /translate/grt/grt.adc
parent20e31a50417e5452dcc5797d27dc1383253e3161 (diff)
downloadghdl-171548c9d708fc13f5b6d3edde30630ee04bd06e.tar.gz
ghdl-171548c9d708fc13f5b6d3edde30630ee04bd06e.tar.bz2
ghdl-171548c9d708fc13f5b6d3edde30630ee04bd06e.zip
more optimizations + bug fixes
Diffstat (limited to 'translate/grt/grt.adc')
-rw-r--r--translate/grt/grt.adc3
1 files changed, 2 insertions, 1 deletions
diff --git a/translate/grt/grt.adc b/translate/grt/grt.adc
index 889fcbd..54b06c0 100644
--- a/translate/grt/grt.adc
+++ b/translate/grt/grt.adc
@@ -32,5 +32,6 @@ pragma restrictions (No_Exceptions);
pragma Restrictions (No_Secondary_Stack);
--pragma Restrictions (No_Elaboration_Code);
pragma Restrictions (No_Io);
-pragma Restrictions (No_Tasking);
+pragma Restrictions (Max_Tasks => 0);
+pragma Restrictions (No_Implicit_Heap_Allocations);
pragma No_Run_Time;