diff options
Diffstat (limited to 'gcc/ada/bindgen.adb')
-rw-r--r-- | gcc/ada/bindgen.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/bindgen.adb b/gcc/ada/bindgen.adb index 9a5c1a8..9f4f105 100644 --- a/gcc/ada/bindgen.adb +++ b/gcc/ada/bindgen.adb @@ -941,7 +941,7 @@ package body Bindgen is WBI (" System.Elaboration_Allocators.Mark_End_Of_Elaboration;"); end if; - -- From this point, no new dispatching domain can be created. + -- From this point, no new dispatching domain can be created if Dispatching_Domains_Used then WBI (" Freeze_Dispatching_Domains;"); |