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.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vhdl/sem_expr.adb b/src/vhdl/sem_expr.adb
index 341e7f73a..703c554c2 100644
--- a/src/vhdl/sem_expr.adb
+++ b/src/vhdl/sem_expr.adb
@@ -1176,8 +1176,7 @@ package body Sem_Expr is
-- EXPR is a function or procedure call.
function Sem_Subprogram_Call_Stage1
- (Expr : Iir; A_Type : Iir; Is_Func_Call : Boolean)
- return Iir
+ (Expr : Iir; A_Type : Iir; Is_Func_Call : Boolean) return Iir
is
Imp : Iir;
Nbr_Inter: Natural;