mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:39:25 +02:00
* fixed inttohex overload choosing
git-svn-id: trunk@8322 -
This commit is contained in:
parent
9238ea2850
commit
ffbb833805
@ -128,7 +128,7 @@ var
|
||||
Writeln(Format('high of int64 is: %d', [Longlong]), ' ', IntToHex(Longlong, 16));
|
||||
{$IFDEF FPC}
|
||||
Quad := High(Quad);
|
||||
Writeln(Format('high of quadword is: %u', [Quad]), ' ', IntToHex(Quad, 16));
|
||||
Writeln(Format('high of quadword is: %u', [Quad]), ' ', IntToHex(int64(Quad), 16));
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user