* fix test for 64 bit targets

git-svn-id: trunk@32613 -
This commit is contained in:
florian 2015-12-07 21:48:19 +00:00
parent df59776ff8
commit 19a7bc0aee

View File

@ -4,7 +4,7 @@
type
PWordArray = ^TWordArray;
TWordArray = array [0..1023]of LongWord;
TWordArray = array [0..1023] of PtrUInt;
TMyclass = class
LoByte,HiByte:Byte