浏览代码

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

git-svn-id: trunk@22891 -
florian 12 年之前
父节点
当前提交
e190f76dd9
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      compiler/sparc/cpuinfo.pas

+ 3 - 3
compiler/sparc/cpuinfo.pas

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