diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/simul/simul-vhdl_simul.adb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/simul/simul-vhdl_simul.adb b/src/simul/simul-vhdl_simul.adb index bee671e1b..64efe82fa 100644 --- a/src/simul/simul-vhdl_simul.adb +++ b/src/simul/simul-vhdl_simul.adb @@ -528,8 +528,7 @@ package body Simul.Vhdl_Simul is Synth_Subprogram_Back_Association (Process.Instance, Caller_Inst, Get_Interface_Declaration_Chain (Imp), - Get_Parameter_Association_Chain - (Get_Procedure_Call (Stmt))); + Get_Parameter_Association_Chain (Get_Procedure_Call (Stmt))); Process.Instance := Caller_Inst; -- TODO: free old inst. end Finish_Procedure_Call; @@ -587,7 +586,7 @@ package body Simul.Vhdl_Simul is Finish_Procedure_Call (Process, Parent, Stmt); exit when Stmt = Null_Node; when others => - Vhdl.Errors.Error_Kind ("next_statement", Parent); + Vhdl.Errors.Error_Kind ("next_parent_statement", Parent); end case; N_Stmt := Get_Chain (Stmt); |