mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 15:49:21 +02:00
* Avoid string constants array elements longer than type
git-svn-id: trunk@17873 -
This commit is contained in:
parent
32d919f543
commit
61df26bf0c
@ -58,11 +58,11 @@ Const
|
|||||||
pocall_cppdecl
|
pocall_cppdecl
|
||||||
];
|
];
|
||||||
|
|
||||||
cputypestr : array[tcputype] of string[5] = ('',
|
cputypestr : array[tcputype] of string[6] = ('',
|
||||||
'MIPS32'
|
'MIPS32'
|
||||||
);
|
);
|
||||||
|
|
||||||
fputypestr : array[tfputype] of string[6] = ('',
|
fputypestr : array[tfputype] of string[9] = ('',
|
||||||
'SOFT',
|
'SOFT',
|
||||||
'FPU_MIPS2','FPU_MIPS3'
|
'FPU_MIPS2','FPU_MIPS3'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user