Bläddra i källkod

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

git-svn-id: trunk@22891 -
florian 12 år sedan
förälder
incheckning
e190f76dd9
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      compiler/sparc/cpuinfo.pas

+ 3 - 3
compiler/sparc/cpuinfo.pas

@@ -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] = ('',