diff options
-rw-r--r-- | src/vhdl/sem_decls.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/sem_decls.adb b/src/vhdl/sem_decls.adb index 8d79338..a53f206 100644 --- a/src/vhdl/sem_decls.adb +++ b/src/vhdl/sem_decls.adb @@ -1746,7 +1746,7 @@ package body Sem_Decls is -- The base type of the subtype indication of a -- shared variable declaration must be a protected type. if Get_Shared_Flag (Decl) and not Is_Protected then - Error_Msg_Sem + Error_Msg_Sem_Relaxed ("type of a shared variable must be a protected type", Decl); end if; |