aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_expr.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/sem_expr.adb')
-rw-r--r--src/vhdl/sem_expr.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/sem_expr.adb b/src/vhdl/sem_expr.adb
index 8a7239a0f..474980c6c 100644
--- a/src/vhdl/sem_expr.adb
+++ b/src/vhdl/sem_expr.adb
@@ -1588,6 +1588,7 @@ package body Sem_Expr is
-- If there are two functions, one primitive of a universal
-- type and the other not, return the primitive of the universal type.
-- This implements implicit type conversions rules.
+ -- Cf Sem_Names.Extract_Call_Without_Implicit_Conversion
function Get_Non_Implicit_Subprogram (List : Iir_List) return Iir
is
El : Iir;