aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-processes.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-processes.adb')
-rw-r--r--src/grt/grt-processes.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/grt-processes.adb b/src/grt/grt-processes.adb
index f1de1f03c..f19d9bfa2 100644
--- a/src/grt/grt-processes.adb
+++ b/src/grt/grt-processes.adb
@@ -1249,7 +1249,7 @@ package body Grt.Processes is
Status := Simulation_Main_Loop;
- Simulation_Finish;
+ -- Note: the caller must call Simulation_Finish.
return Status;
end Simulation;