Browse Source

* fixed getmem prototype for 64 bit systems

florian 21 years ago
parent
commit
2e3fb337ff
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/inc/compproc.inc

+ 5 - 2
rtl/inc/compproc.inc

@@ -34,7 +34,7 @@ type
 
 
 { Needed to solve overloading problem with call from assembler (PFV) }
 { Needed to solve overloading problem with call from assembler (PFV) }
 {$ifdef valuegetmem}
 {$ifdef valuegetmem}
-Function  fpc_getmem(size:Longint):pointer;compilerproc;
+Function  fpc_getmem(size:ptrint):pointer;compilerproc;
 {$endif}
 {$endif}
 {$ifdef valuefreemem}
 {$ifdef valuefreemem}
 Procedure fpc_freemem(p:pointer);compilerproc;
 Procedure fpc_freemem(p:pointer);compilerproc;
@@ -310,7 +310,10 @@ function fpc_qword_to_double(q: qword): double; compilerproc;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.51  2004-01-01 17:58:16  jonas
+  Revision 1.52  2004-04-12 18:51:02  florian
+    * fixed getmem prototype for 64 bit systems
+
+  Revision 1.51  2004/01/01 17:58:16  jonas
     + integer division-by-zero detection support for ppc
     + integer division-by-zero detection support for ppc
     + compilerproc FPC_DIVBYZERO
     + compilerproc FPC_DIVBYZERO