mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 02:37:09 +01:00
Adjust string size for CpuTxt and Targets string arrays
git-svn-id: trunk@36861 -
This commit is contained in:
parent
90e846a470
commit
4c7b73d48d
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user