mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 06:29:25 +01:00
* fixed range check error when compiling with -dTest_Double_checksum
(although it crashes later for other reasons) git-svn-id: branches/jvmbackend@18601 -
This commit is contained in:
parent
16cb75a5da
commit
c943d703fd
@ -38,7 +38,7 @@ var
|
||||
const
|
||||
CRC_array_Size = 200000;
|
||||
type
|
||||
tcrc_array = array[0..crc_array_size] of longint;
|
||||
tcrc_array = array[0..crc_array_size] of dword;
|
||||
pcrc_array = ^tcrc_array;
|
||||
{$endif Test_Double_checksum}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user