aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-execution.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/simulate/simul-execution.adb')
-rw-r--r--src/vhdl/simulate/simul-execution.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vhdl/simulate/simul-execution.adb b/src/vhdl/simulate/simul-execution.adb
index b7888608b..e18016c21 100644
--- a/src/vhdl/simulate/simul-execution.adb
+++ b/src/vhdl/simulate/simul-execution.adb
@@ -4638,8 +4638,7 @@ package body Simul.Execution is
Release (Proc.Instance.Marker, Instance_Pool.all);
end Finish_Procedure_Frame;
- procedure Execute_If_Statement
- (Proc : Process_State_Acc; Stmt: Iir_Wait_Statement)
+ procedure Execute_If_Statement (Proc : Process_State_Acc; Stmt : Iir)
is
Clause: Iir;
Cond: Boolean;