* fix compilation

git-svn-id: trunk@39132 -
This commit is contained in:
svenbarth 2018-05-28 15:16:37 +00:00
parent 052da5c921
commit e8153df7b7

View File

@ -27,10 +27,10 @@ const
{$ifdef cpu68k}
{$define use_small}
{endif}
{$endif}
{$ifdef cpui8086}
{$define use_small}
{endif}
{$endif}
{$ifdef use_small}
MAX_DISP = 32767;
{$else}