mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 16:19:35 +02:00
* avoid 8-bit truncation of the sizes in the internal linker map
git-svn-id: trunk@45571 -
This commit is contained in:
parent
da2bd5f789
commit
a5ab1c03ea
@ -63,7 +63,7 @@ implementation
|
||||
const
|
||||
HexTbl : array[0..15] of char='0123456789abcdef';
|
||||
|
||||
function sizestr(v:aword):string;
|
||||
function sizestr(v:qword):string;
|
||||
var
|
||||
tmp:array [0..19] of char;
|
||||
i:longint;
|
||||
|
Loading…
Reference in New Issue
Block a user