Selaa lähdekoodia

* there where two SYSCALL1 procedures for the powerpc, fixed

florian 22 vuotta sitten
vanhempi
commit
9f1289df8c
2 muutettua tiedostoa jossa 10 lisäystä ja 5 poistoa
  1. 5 2
      rtl/linux/powerpc/syscall.inc
  2. 5 3
      rtl/linux/syscallo.inc

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

@@ -23,7 +23,7 @@
                      --- Main:The System Call Self ---
 *****************************************************************************}
 
-function FpSysCall(sysnr:TSysParam):TSysResult; assembler;[public,alias:'FPC_SYSCALL1'];
+function FpSysCall(sysnr:TSysParam):TSysResult; assembler;[public,alias:'FPC_SYSCALL0'];
 {
   This function puts the registers in place, does the call, and then
   copies back the registers as they are after the SysCall.
@@ -216,7 +216,10 @@ end;
 
 {
   $Log$
-  Revision 1.3  2003-01-09 13:38:26  florian
+  Revision 1.4  2003-04-22 17:07:55  florian
+    * there where two SYSCALL1 procedures for the powerpc, fixed
+
+  Revision 1.3  2003/01/09 13:38:26  florian
     * syscall stuff fixed
 
   Revision 1.2  2002/12/22 16:00:28  jonas

+ 5 - 3
rtl/linux/syscallo.inc

@@ -166,11 +166,13 @@ end;
 
 {
   $Log$
-  Revision 1.1  2002-11-11 21:40:26  marco
+  Revision 1.2  2003-04-22 17:07:55  florian
+    * there where two SYSCALL1 procedures for the powerpc, fixed
+
+  Revision 1.1  2002/11/11 21:40:26  marco
    * rename syscall.inc -> syscallo.inc
 
   Revision 1.1  2002/10/14 19:39:44  peter
     * syscall moved into seperate include
-
 }
- 
+