Browse Source

Adjust string size for CpuTxt and Targets string arrays

git-svn-id: trunk@36861 -
pierre 8 years ago
parent
commit
4c7b73d48d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/utils/ppuutils/ppudump.pp

+ 2 - 2
compiler/utils/ppuutils/ppudump.pp

@@ -60,7 +60,7 @@ const
 
 { List of all supported cpus }
 const
-  CpuTxt : array[tsystemcpu] of string[9]=
+  CpuTxt : array[tsystemcpu] of string[16]=
     (
     {  0 } 'none',
     {  1 } 'i386',
@@ -85,7 +85,7 @@ const
 
 { List of all supported system-cpu couples }
 const
-  Targets : array[tsystem] of string[18]=(
+  Targets : array[tsystem] of string[26]=(
   { 0 }   'none',
   { 1 }   'GO32V1 (obsolete)',
   { 2 }   'GO32V2',