aboutsummaryrefslogtreecommitdiffstats
path: root/sem_scopes.adb
diff options
context:
space:
mode:
Diffstat (limited to 'sem_scopes.adb')
-rw-r--r--sem_scopes.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sem_scopes.adb b/sem_scopes.adb
index 8028258d8..e1f266d2b 100644
--- a/sem_scopes.adb
+++ b/sem_scopes.adb
@@ -1207,7 +1207,7 @@ package body Sem_Scopes is
procedure Extend_Scope_Of_Block_Declarations (Decl : Iir) is
begin
case Get_Kind (Decl) is
- when Iir_Kind_Architecture_Declaration =>
+ when Iir_Kind_Architecture_Body =>
Add_Context_Clauses (Get_Design_Unit (Decl));
when Iir_Kind_Block_Statement
| Iir_Kind_Generate_Statement =>