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.adb6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/grt/grt-processes.adb b/src/grt/grt-processes.adb
index 935b74121..208a99b18 100644
--- a/src/grt/grt-processes.adb
+++ b/src/grt/grt-processes.adb
@@ -739,6 +739,12 @@ package body Grt.Processes is
Table : Process_Acc_Array_Acc;
Last : Natural;
begin
+ if Postponed then
+ null;
+ else
+ Call_Callbacks (Hooks.Cb_Start_Of_Processes);
+ end if;
+
if Options.Flag_Stats then
Stats.Start_Processes;
end if;