* avoid 8-bit truncation of the sizes in the internal linker map

git-svn-id: trunk@45571 -
This commit is contained in:
nickysn 2020-06-02 23:13:32 +00:00
parent da2bd5f789
commit a5ab1c03ea

View File

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