aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_scopes.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-12-19 07:35:19 +0100
committerTristan Gingold <tgingold@free.fr>2018-12-19 07:35:19 +0100
commit7346d1a7fcf241c9eb797bd896f44d08a341f6a1 (patch)
tree3397ea0323a9120668b0bd5ab79d5e69d75b6892 /src/vhdl/sem_scopes.adb
parent60ce726c4137ccecf4ec91a52d900121b220e531 (diff)
downloadghdl-7346d1a7fcf241c9eb797bd896f44d08a341f6a1.tar.gz
ghdl-7346d1a7fcf241c9eb797bd896f44d08a341f6a1.tar.bz2
ghdl-7346d1a7fcf241c9eb797bd896f44d08a341f6a1.zip
sem_scopes: add assertion.
Diffstat (limited to 'src/vhdl/sem_scopes.adb')
-rw-r--r--src/vhdl/sem_scopes.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/sem_scopes.adb b/src/vhdl/sem_scopes.adb
index 617f7bedc..16be2a29d 100644
--- a/src/vhdl/sem_scopes.adb
+++ b/src/vhdl/sem_scopes.adb
@@ -454,6 +454,8 @@ package body Sem_Scopes is
Last_In_Region := Ident;
end Add_New_Interpretation;
begin
+ pragma Assert (Ident /= Null_Identifier);
+
if not Valid_Interpretation (Raw_Inter) then
-- Very simple: no hidding, no overloading.
Add_New_Interpretation (True);