Browse Source

Merged revision(s) 48496 from trunk:
* test for 32 bit targets fixed
........

git-svn-id: branches/fixes_3_2@48502 -

svenbarth 4 years ago
parent
commit
a61d4b3eb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/uw38429.pp

+ 1 - 1
tests/webtbs/uw38429.pp

@@ -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;