diff options
author | Tristan Gingold <tgingold@free.fr> | 2017-10-24 19:20:18 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2017-10-24 19:26:47 +0200 |
commit | f802fc154bba038ea654b17c4c3b3577b1def9ff (patch) | |
tree | 09ee8f994781dc1b33c208f675144295cf2aea0e /src/vhdl/simulate/simulation.adb | |
parent | 91f9de47026f17a105f8cd90ead87b79cf2aa63c (diff) | |
download | ghdl-f802fc154bba038ea654b17c4c3b3577b1def9ff.tar.gz ghdl-f802fc154bba038ea654b17c4c3b3577b1def9ff.tar.bz2 ghdl-f802fc154bba038ea654b17c4c3b3577b1def9ff.zip |
simulate: update (and revive).
Diffstat (limited to 'src/vhdl/simulate/simulation.adb')
-rw-r--r-- | src/vhdl/simulate/simulation.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/simulate/simulation.adb b/src/vhdl/simulate/simulation.adb index 26c5e9508..0b01a4c88 100644 --- a/src/vhdl/simulate/simulation.adb +++ b/src/vhdl/simulate/simulation.adb @@ -523,7 +523,8 @@ package body Simulation is Expr := Get_Timeout_Clause (Stmt); if Expr /= Null_Iir then Res := Execute_Expression (Instance, Expr); - Grt.Processes.Ghdl_Process_Wait_Set_Timeout (Std_Time (Res.I64)); + Grt.Processes.Ghdl_Process_Wait_Set_Timeout + (Std_Time (Res.I64), null, 0); end if; -- LRM93 8.1 |