+ 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 -
This commit is contained in:
nickysn 2014-03-02 19:26:49 +00:00
parent ad45bc17ec
commit a7117a6157

View File

@ -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);