mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 13:49:40 +02:00
* test for 32 bit targets fixed
git-svn-id: trunk@48496 -
This commit is contained in:
parent
3922926d17
commit
40b8bde305
@ -11,7 +11,7 @@ uses
|
|||||||
type
|
type
|
||||||
TMyVar = packed record
|
TMyVar = packed record
|
||||||
VType: TVarType;
|
VType: TVarType;
|
||||||
Dummy1: array[0..Pred(SizeOf(Pointer) - 2)] of Byte;
|
Dummy1: array[0..2] of Word;
|
||||||
Dummy2,
|
Dummy2,
|
||||||
Dummy3: Pointer;
|
Dummy3: Pointer;
|
||||||
procedure Init;
|
procedure Init;
|
||||||
|
Loading…
Reference in New Issue
Block a user