Browse Source

* fixed test for 64 bit platforms

git-svn-id: trunk@11591 -
Jonas Maebe 17 years ago
parent
commit
6d9bf8081a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      tests/webtbs/tw4152.pp

+ 4 - 0
tests/webtbs/tw4152.pp

@@ -6,7 +6,11 @@ var
   p:^Byte;
   p:^Byte;
   c:Byte;
   c:Byte;
   d:Integer;
   d:Integer;
+{$ifdef cpu64}
+  v : qword;
+{$else}
   v : cardinal;
   v : cardinal;
+{$endif}
 begin
 begin
   v:=100;
   v:=100;
   inc(v,-1);
   inc(v,-1);