mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-09 09:38:25 +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
|
const
|
||||||
HexTbl : array[0..15] of char='0123456789abcdef';
|
HexTbl : array[0..15] of char='0123456789abcdef';
|
||||||
|
|
||||||
function sizestr(v:aword):string;
|
function sizestr(v:qword):string;
|
||||||
var
|
var
|
||||||
tmp:array [0..19] of char;
|
tmp:array [0..19] of char;
|
||||||
i:longint;
|
i:longint;
|
||||||
|
Loading…
Reference in New Issue
Block a user