From 0b9d3bd73f2e91efdbf5e491f0cfe6ca984e50a5 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 4 Jun 2022 09:13:13 +0200 Subject: vhdl-sem_scopes: handle state_suspend --- src/vhdl/vhdl-sem_scopes.adb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3