diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/grt/ghdl_main.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/ghdl_main.adb b/src/grt/ghdl_main.adb index b9121122c..92e69c362 100644 --- a/src/grt/ghdl_main.adb +++ b/src/grt/ghdl_main.adb @@ -42,7 +42,7 @@ is function To_Argv_Type is new Ada.Unchecked_Conversion (Source => System.Address, Target => Grt.Options.Argv_Type); - Args : Grt.Options.Argv_Type := To_Argv_Type (Argv); + Args : constant Grt.Options.Argv_Type := To_Argv_Type (Argv); Progname : Ghdl_C_String := null; begin -- Ada elaboration. |