+ enabled the huge memory model command line option

git-svn-id: trunk@31495 -
This commit is contained in:
nickysn 2015-09-03 17:31:41 +00:00
parent cf144a7fb7
commit 8458bbfaf6

View File

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