mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 11:24:14 +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
|
||||
PWordArray = ^TWordArray;
|
||||
TWordArray = array [0..1023]of LongWord;
|
||||
TWordArray = array [0..1023] of PtrUInt;
|
||||
|
||||
TMyclass = class
|
||||
LoByte,HiByte:Byte
|
||||
|
Loading…
Reference in New Issue
Block a user