mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 18:50:17 +02:00
+ enabled the huge memory model command line option
git-svn-id: trunk@31495 -
This commit is contained in:
parent
cf144a7fb7
commit
8458bbfaf6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user