소스 검색

* fixed test for 64 bit platforms

git-svn-id: trunk@11591 -
Jonas Maebe 17 년 전
부모
커밋
6d9bf8081a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      tests/webtbs/tw4152.pp

+ 4 - 0
tests/webtbs/tw4152.pp

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