Adjust string size for CpuTxt and Targets string arrays

git-svn-id: trunk@36861 -
This commit is contained in:
pierre 2017-08-08 18:17:20 +00:00
parent 90e846a470
commit 4c7b73d48d

View File

@ -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',