Преглед изворни кода

+ enabled the compact and large i8086 memory models (they don't work yet, so
that's why they're not added to the compiler help screen yet)

git-svn-id: trunk@26927 -

nickysn пре 11 година
родитељ
комит
a7117a6157
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      compiler/options.pas

+ 2 - 2
compiler/options.pas

@@ -1931,8 +1931,8 @@ begin
                               'TINY':    init_settings.x86memorymodel:=mm_tiny;
                               'TINY':    init_settings.x86memorymodel:=mm_tiny;
                               'SMALL':   init_settings.x86memorymodel:=mm_small;
                               'SMALL':   init_settings.x86memorymodel:=mm_small;
                               'MEDIUM':  init_settings.x86memorymodel:=mm_medium;
                               'MEDIUM':  init_settings.x86memorymodel:=mm_medium;
-                              'COMPACT',
-                              'LARGE',
+                              'COMPACT': init_settings.x86memorymodel:=mm_compact;
+                              'LARGE':   init_settings.x86memorymodel:=mm_large;
                               'HUGE': IllegalPara(opt); { these are not implemented yet }
                               'HUGE': IllegalPara(opt); { these are not implemented yet }
                               else
                               else
                                 IllegalPara(opt);
                                 IllegalPara(opt);