Explorar o código

+ enabled the huge memory model command line option

git-svn-id: trunk@31495 -
nickysn %!s(int64=10) %!d(string=hai) anos
pai
achega
8458bbfaf6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/options.pas

+ 1 - 1
compiler/options.pas

@@ -2229,7 +2229,7 @@ begin
                               'MEDIUM':  init_settings.x86memorymodel:=mm_medium;
                               'COMPACT': init_settings.x86memorymodel:=mm_compact;
                               'LARGE':   init_settings.x86memorymodel:=mm_large;
-                              'HUGE': IllegalPara(opt); { these are not implemented yet }
+                              'HUGE':    init_settings.x86memorymodel:=mm_huge;
                               else
                                 IllegalPara(opt);
                             end;