diff options
Diffstat (limited to 'src/vhdl/iirs_utils.adb')
-rw-r--r-- | src/vhdl/iirs_utils.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/iirs_utils.adb b/src/vhdl/iirs_utils.adb index 5aceb7a3a..5492d26f2 100644 --- a/src/vhdl/iirs_utils.adb +++ b/src/vhdl/iirs_utils.adb @@ -1028,6 +1028,8 @@ package body Iirs_Utils is return Get_Type (Ind); when Iir_Kinds_Subtype_Definition => return Ind; + when Iir_Kind_Subtype_Attribute => + return Get_Type (Ind); when others => Error_Kind ("get_type_of_subtype_indication", Ind); end case; |