2
0
Эх сурвалжийг харах

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

git-svn-id: trunk@45571 -
nickysn 5 жил өмнө
parent
commit
a5ab1c03ea

+ 1 - 1
compiler/ogmap.pas

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