Browse Source

* small fix

marco 22 years ago
parent
commit
229355b286
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/bsd/powerpc/syscall.inc

+ 5 - 2
rtl/bsd/powerpc/syscall.inc

@@ -143,7 +143,7 @@ asm
   li    r3,-1
   li    r3,-1
 end;
 end;
 
 
-function FpSysCall(sysnr,param1,param2,param3,param4,param5,param6:TSysParam):TSysResult; assembler;[public,alias:'FPC_SYSCALL7'];
+function FpSysCall(sysnr,param1,param2,param3,param4,param5,param6,param7:TSysParam):TSysResult; assembler;[public,alias:'FPC_SYSCALL7'];
 {
 {
   This function puts the registers in place, does the call, and then
   This function puts the registers in place, does the call, and then
   copies back the registers as they are after the SysCall.
   copies back the registers as they are after the SysCall.
@@ -167,7 +167,10 @@ end;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.3  2003-05-29 13:14:07  marco
+  Revision 1.4  2003-05-29 13:42:58  marco
+   * small fix
+
+  Revision 1.3  2003/05/29 13:14:07  marco
    * 7 parameter syscall added. *BSD has calls with more params due to __syscall etc
    * 7 parameter syscall added. *BSD has calls with more params due to __syscall etc
 
 
   Revision 1.5  2003/05/11 16:07:55  jonas
   Revision 1.5  2003/05/11 16:07:55  jonas