瀏覽代碼

* 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);