Ver código fonte

+ enabled the huge memory model command line option

git-svn-id: trunk@31495 -
nickysn 10 anos atrás
pai
commit
8458bbfaf6
1 arquivos alterados com 1 adições e 1 exclusões
  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;