mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +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;
|
||||
'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);
|
||||
|
Loading…
Reference in New Issue
Block a user