mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 11:40:21 +02:00
* fix test for 64 bit targets
git-svn-id: trunk@32613 -
This commit is contained in:
parent
df59776ff8
commit
19a7bc0aee
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
type
|
type
|
||||||
PWordArray = ^TWordArray;
|
PWordArray = ^TWordArray;
|
||||||
TWordArray = array [0..1023]of LongWord;
|
TWordArray = array [0..1023] of PtrUInt;
|
||||||
|
|
||||||
TMyclass = class
|
TMyclass = class
|
||||||
LoByte,HiByte:Byte
|
LoByte,HiByte:Byte
|
||||||
|
Loading…
Reference in New Issue
Block a user