aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/vhdl-sem_scopes.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-sem_scopes.adb b/src/vhdl/vhdl-sem_scopes.adb
index 29c355f9a..086660316 100644
--- a/src/vhdl/vhdl-sem_scopes.adb
+++ b/src/vhdl/vhdl-sem_scopes.adb
@@ -1116,7 +1116,8 @@ package body Vhdl.Sem_Scopes is
| Iir_Kind_Signal_Attribute_Declaration =>
null;
- when Iir_Kind_Protected_Type_Body =>
+ when Iir_Kind_Protected_Type_Body
+ | Iir_Kind_Suspend_State_Declaration =>
-- FIXME: allowed only in debugger (if the current scope is
-- within a package body) ?
null;