summaryrefslogtreecommitdiff
path: root/src/grt/grt-main.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-main.adb')
-rw-r--r--src/grt/grt-main.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/grt/grt-main.adb b/src/grt/grt-main.adb
index 5d825de..743e4b3 100644
--- a/src/grt/grt-main.adb
+++ b/src/grt/grt-main.adb
@@ -123,14 +123,14 @@ package body Grt.Main is
-- Decode options.
Grt.Options.Decode (Stop);
- -- Check coherency between GRT and GHDL generated code.
- Check_Flag_String;
-
-- Early stop (for options such as --help).
if Stop then
return;
end if;
+ -- Check coherency between GRT and GHDL generated code.
+ Check_Flag_String;
+
-- Internal initializations.
Grt.Hooks.Call_Init_Hooks;