aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-processes.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-12-18 19:15:43 +0100
committerTristan Gingold <tgingold@free.fr>2017-12-20 20:58:40 +0100
commitbb95ef066af608754d8ddb626d956c7a2a13563b (patch)
tree210eae08fca97f7f78eb760b9f2735773aa9fcf7 /src/grt/grt-processes.ads
parent7d1b6da515251a33f10f85793aeb02c60171ca95 (diff)
downloadghdl-bb95ef066af608754d8ddb626d956c7a2a13563b.tar.gz
ghdl-bb95ef066af608754d8ddb626d956c7a2a13563b.tar.bz2
ghdl-bb95ef066af608754d8ddb626d956c7a2a13563b.zip
simul-debugger: add run command.
Diffstat (limited to 'src/grt/grt-processes.ads')
-rw-r--r--src/grt/grt-processes.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/grt-processes.ads b/src/grt/grt-processes.ads
index f431c7e2b..cd2475691 100644
--- a/src/grt/grt-processes.ads
+++ b/src/grt/grt-processes.ads
@@ -44,7 +44,7 @@ package Grt.Processes is
function Simulation return Integer;
-- Broken down version of Simulation.
- procedure Simulation_Init;
+ function Simulation_Init return Integer;
function Simulation_Cycle return Integer;
procedure Simulation_Finish;