* fixed test for 64 bit platforms

git-svn-id: trunk@11591 -
This commit is contained in:
Jonas Maebe 2008-08-16 14:37:19 +00:00
parent e295053448
commit 6d9bf8081a

View File

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