* removed spaces from sparc cpu name strings so they can be much easier used

git-svn-id: trunk@22891 -
This commit is contained in:
florian 2012-10-31 20:57:14 +00:00
parent a3a3cad8ee
commit e190f76dd9

View File

@ -61,9 +61,9 @@ const
]; ];
cputypestr : array[tcputype] of string[10] = ('', cputypestr : array[tcputype] of string[10] = ('',
'SPARC V7', 'SPARCV7',
'SPARC V8', 'SPARCV8',
'SPARC V9' 'SPARCV9'
); );
fputypestr : array[tfputype] of string[6] = ('', fputypestr : array[tfputype] of string[6] = ('',