From 4c7b73d48ddef72035c5c71a706f27f249f60320 Mon Sep 17 00:00:00 2001 From: pierre Date: Tue, 8 Aug 2017 18:17:20 +0000 Subject: [PATCH] Adjust string size for CpuTxt and Targets string arrays git-svn-id: trunk@36861 - --- compiler/utils/ppuutils/ppudump.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/utils/ppuutils/ppudump.pp b/compiler/utils/ppuutils/ppudump.pp index 39d194566d..abf4a67472 100644 --- a/compiler/utils/ppuutils/ppudump.pp +++ b/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',