mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-23 16:49:37 +01:00
* range check error
This commit is contained in:
parent
a1b8d8bf6b
commit
5abb93e77d
@ -5483,7 +5483,7 @@ implementation
|
|||||||
else
|
else
|
||||||
writeproc(tpropertysym(sym).storedaccess,4);
|
writeproc(tpropertysym(sym).storedaccess,4);
|
||||||
rttiList.concat(Tai_const.Create_32bit(tpropertysym(sym).index));
|
rttiList.concat(Tai_const.Create_32bit(tpropertysym(sym).index));
|
||||||
rttiList.concat(Tai_const.Create_32bit(tpropertysym(sym).default));
|
rttiList.concat(Tai_const.Create_32bit(cardinal(tpropertysym(sym).default)));
|
||||||
rttiList.concat(Tai_const.Create_16bit(count));
|
rttiList.concat(Tai_const.Create_16bit(count));
|
||||||
inc(count);
|
inc(count);
|
||||||
rttiList.concat(Tai_const.Create_8bit(proctypesinfo));
|
rttiList.concat(Tai_const.Create_8bit(proctypesinfo));
|
||||||
@ -6150,7 +6150,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.239 2004-05-23 20:57:10 peter
|
Revision 1.240 2004-05-25 18:51:14 peter
|
||||||
|
* range check error
|
||||||
|
|
||||||
|
Revision 1.239 2004/05/23 20:57:10 peter
|
||||||
* removed unused voidprocdef
|
* removed unused voidprocdef
|
||||||
|
|
||||||
Revision 1.238 2004/05/23 15:23:30 peter
|
Revision 1.238 2004/05/23 15:23:30 peter
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user