mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 00:28:23 +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
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user