aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-signals.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-signals.ads')
-rw-r--r--src/grt/grt-signals.ads4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/grt/grt-signals.ads b/src/grt/grt-signals.ads
index 1c27789c6..a74399214 100644
--- a/src/grt/grt-signals.ads
+++ b/src/grt/grt-signals.ads
@@ -221,7 +221,9 @@ package Grt.Signals is
-- Signals on different nets have no direct relation-ship, and thus may
-- be updated without order.
-- Net NO_SIGNAL_NET is special: it groups all lonely signals.
- type Signal_Net_Type is new Integer;
+ type Signal_Net_Type is new Integer range -3 .. Integer'Last;
+ subtype Signal_Net_Defined is Signal_Net_Type
+ range 1 .. Signal_Net_Type'Last;
No_Signal_Net : constant Signal_Net_Type := 0;
Net_One_Driver : constant Signal_Net_Type := -1;
Net_One_Direct : constant Signal_Net_Type := -2;