mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 00:29:20 +02:00
* fixed 64 bit compilation
git-svn-id: trunk@14017 -
This commit is contained in:
parent
030379bc57
commit
c49c838270
@ -55,7 +55,7 @@ var
|
||||
begin
|
||||
List := TMyList.Create;
|
||||
for i in List do
|
||||
WriteLn(Integer(i));
|
||||
WriteLn(PtrUInt(i));
|
||||
List := nil;
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user