mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
Use small value of MAX_DISP also for i8086 CPU
git-svn-id: trunk@39130 -
This commit is contained in:
parent
48f06bef12
commit
64dc9abbc2
@ -26,6 +26,12 @@ const
|
||||
mode with displacement. (CPU SPECIFIC) }
|
||||
|
||||
{$ifdef cpu68k}
|
||||
{$define use_small}
|
||||
{endif}
|
||||
{$ifdef cpui8086}
|
||||
{$define use_small}
|
||||
{endif}
|
||||
{$ifdef use_small}
|
||||
MAX_DISP = 32767;
|
||||
{$else}
|
||||
MAX_DISP = 65535;
|
||||
|
Loading…
Reference in New Issue
Block a user