Browse Source

* fixed cycle (fpc_getmem argument from ptrint -> ptruint)

git-svn-id: trunk@7951 -
Jonas Maebe 18 năm trước cách đây
mục cha
commit
17e0807a20
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rtl/inc/compproc.inc

+ 1 - 1
rtl/inc/compproc.inc

@@ -45,7 +45,7 @@ type
 
 {$ifdef FPC_HAS_FEATURE_HEAP}
 { Needed to solve overloading problem with call from assembler (PFV) }
-Function  fpc_getmem(size:ptrint):pointer;compilerproc;
+Function  fpc_getmem(size:ptruint):pointer;compilerproc;
 Procedure fpc_freemem(p:pointer);compilerproc;
 {$endif FPC_HAS_FEATURE_HEAP}