* test for 32 bit targets fixed

git-svn-id: trunk@48496 -
This commit is contained in:
florian 2021-02-01 21:14:19 +00:00
parent 3922926d17
commit 40b8bde305

View File

@ -11,7 +11,7 @@ uses
type
TMyVar = packed record
VType: TVarType;
Dummy1: array[0..Pred(SizeOf(Pointer) - 2)] of Byte;
Dummy1: array[0..2] of Word;
Dummy2,
Dummy3: Pointer;
procedure Init;