* fixed warning

git-svn-id: trunk@7906 -
This commit is contained in:
florian 2007-07-01 15:06:19 +00:00
parent 76a3d55199
commit 219f4430ea

View File

@ -17,6 +17,6 @@ var
begin
e := b;
p := Pointer(e);
if Integer(p)<>1 then
if PtrUInt(p)<>1 then
halt(1); // produces "1" in Delphi
end.