Jelajahi Sumber

+ 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 tahun lalu
induk
melakukan
a7117a6157
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      compiler/options.pas

+ 2 - 2
compiler/options.pas

@@ -1931,8 +1931,8 @@ begin
                               'TINY':    init_settings.x86memorymodel:=mm_tiny;
                               'SMALL':   init_settings.x86memorymodel:=mm_small;
                               '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 }
                               else
                                 IllegalPara(opt);