* 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] = ('',
'SPARC V7',
'SPARC V8',
'SPARC V9'
'SPARCV7',
'SPARCV8',
'SPARCV9'
);
fputypestr : array[tfputype] of string[6] = ('',