diff options
Diffstat (limited to 'src/grt/grt-options.adb')
-rw-r--r-- | src/grt/grt-options.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grt/grt-options.adb b/src/grt/grt-options.adb index e19d491ca..58505b381 100644 --- a/src/grt/grt-options.adb +++ b/src/grt/grt-options.adb @@ -305,7 +305,7 @@ package body Grt.Options is Diag_C (Option); Error_E ("'"); else - Lib.Max_Stack_Allocation := Ghdl_Index_Type (Val * 1024); + Max_Stack_Allocation := Ghdl_Index_Type (Val * 1024); end if; end; elsif Len >= 11 and then Option (1 .. 11) = "--activity=" then |