mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:29:20 +02:00
+ added the $F switch to the turbo and macSwitchTable, as that takes precedence
over dir_forcefarcalls git-svn-id: trunk@27561 -
This commit is contained in:
parent
fc6eac6a98
commit
86b9a0eed1
@ -64,7 +64,11 @@ const
|
||||
{C} (typesw:localsw; setsw:ord(cs_do_assertion)),
|
||||
{D} (typesw:modulesw; setsw:ord(cs_debuginfo)),
|
||||
{E} (typesw:modulesw; setsw:ord(cs_fp_emulation)),
|
||||
{$ifdef i8086}
|
||||
{F} (typesw:localsw; setsw:ord(cs_force_far_calls)),
|
||||
{$else i8086}
|
||||
{F} (typesw:ignoredsw; setsw:ord(cs_localnone)),
|
||||
{$endif i8086}
|
||||
{G} (typesw:ignoredsw; setsw:ord(cs_localnone)),
|
||||
{H} (typesw:localsw; setsw:ord(cs_refcountedstrings)),
|
||||
{I} (typesw:localsw; setsw:ord(cs_check_io)),
|
||||
@ -94,7 +98,11 @@ const
|
||||
{C} (typesw:localsw; setsw:ord(cs_do_assertion)),
|
||||
{D} (typesw:modulesw; setsw:ord(cs_debuginfo)),
|
||||
{E} (typesw:modulesw; setsw:ord(cs_fp_emulation)),
|
||||
{$ifdef i8086}
|
||||
{F} (typesw:localsw; setsw:ord(cs_force_far_calls)),
|
||||
{$else i8086}
|
||||
{F} (typesw:ignoredsw; setsw:ord(cs_localnone)),
|
||||
{$endif i8086}
|
||||
{G} (typesw:ignoredsw; setsw:ord(cs_localnone)),
|
||||
{H} (typesw:localsw; setsw:ord(cs_refcountedstrings)),
|
||||
{I} (typesw:localsw; setsw:ord(cs_check_io)),
|
||||
|
Loading…
Reference in New Issue
Block a user