mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:29:28 +02:00
* fixed cycle (fpc_getmem argument from ptrint -> ptruint)
git-svn-id: trunk@7951 -
This commit is contained in:
parent
0c3a2a257d
commit
17e0807a20
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user