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

git-svn-id: trunk@7951 -
This commit is contained in:
Jonas Maebe 2007-07-04 19:57:07 +00:00
parent 0c3a2a257d
commit 17e0807a20

View File

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