diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vhdl/iirs_utils.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/iirs_utils.adb b/src/vhdl/iirs_utils.adb index 713230e78..a477b2c32 100644 --- a/src/vhdl/iirs_utils.adb +++ b/src/vhdl/iirs_utils.adb @@ -1051,6 +1051,7 @@ package body Iirs_Utils is if Ind /= Null_Iir and then Get_Kind (Ind) in Iir_Kinds_Denoting_Name then + -- A resolution indication can be an array/record element resolution. return Get_Named_Entity (Ind); else return Null_Iir; |