* rename cpu instruction set define cpu386 to cpu80386. cpu386 is used already as a family define

git-svn-id: trunk@14737 -
This commit is contained in:
florian 2010-01-17 21:16:23 +00:00
parent 988b94e578
commit 75e702c2e8

View File

@ -75,7 +75,7 @@ Const
]; ];
cputypestr : array[tcputype] of string[10] = ('', cputypestr : array[tcputype] of string[10] = ('',
'386', '80386',
'PENTIUM', 'PENTIUM',
'PENTIUM2', 'PENTIUM2',
'PENTIUM3', 'PENTIUM3',