- don't define 'CPU8086' on the i8086 target, because it clashes with the

selected instruction set define (CPU8086/CPU80186/CPU80286, etc.)
  For a generic i8086 target define, 'CPUI8086' should be used instead of
  'CPU8086'.

git-svn-id: trunk@33006 -
This commit is contained in:
nickysn 2016-01-26 00:33:02 +00:00
parent 3597519087
commit c2b0256869

View File

@ -3429,7 +3429,6 @@ begin
{$ifdef i8086}
def_system_macro('CPU86'); { Borland compatibility }
def_system_macro('CPU87'); { Borland compatibility }
def_system_macro('CPU8086');
def_system_macro('CPUI8086');
def_system_macro('CPU16');
def_system_macro('FPC_HAS_TYPE_EXTENDED');