mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 10:59:24 +02:00
+ 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:
parent
ad45bc17ec
commit
a7117a6157
@ -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',
|
'COMPACT': init_settings.x86memorymodel:=mm_compact;
|
||||||
'LARGE',
|
'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);
|
||||||
|
Loading…
Reference in New Issue
Block a user