mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 10:45:08 +02:00
* data too large
This commit is contained in:
parent
4be6ea3b4a
commit
a2d9439661
@ -34,7 +34,7 @@ function dxe_load(filename : string) : pointer;
|
||||
}
|
||||
type
|
||||
{ to avoid range check problems }
|
||||
pointer_array = array[0..maxlongint div sizeof(pointer)] of pointer;
|
||||
pointer_array = array[0..maxlongint div sizeof(pointer)-1] of pointer;
|
||||
tpa = ^pointer_array;
|
||||
var
|
||||
dh : dxe_header;
|
||||
@ -88,7 +88,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.7 2004-09-15 19:20:51 hajny
|
||||
Revision 1.8 2004-11-02 20:06:16 peter
|
||||
* data too large
|
||||
|
||||
Revision 1.7 2004/09/15 19:20:51 hajny
|
||||
* dxegen compilable for any target now
|
||||
|
||||
Revision 1.6 2002/09/07 16:01:18 peter
|
||||
|
Loading…
Reference in New Issue
Block a user