瀏覽代碼

* there where two SYSCALL1 procedures for the powerpc, fixed

florian 22 年之前
父節點
當前提交
9f1289df8c
共有 2 個文件被更改,包括 10 次插入5 次删除
  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 ---
                      --- 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
   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.
@@ -216,7 +216,10 @@ end;
 
 
 {
 {
   $Log$
   $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
     * syscall stuff fixed
 
 
   Revision 1.2  2002/12/22 16:00:28  jonas
   Revision 1.2  2002/12/22 16:00:28  jonas

+ 5 - 3
rtl/linux/syscallo.inc

@@ -166,11 +166,13 @@ end;
 
 
 {
 {
   $Log$
   $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
    * rename syscall.inc -> syscallo.inc
 
 
   Revision 1.1  2002/10/14 19:39:44  peter
   Revision 1.1  2002/10/14 19:39:44  peter
     * syscall moved into seperate include
     * syscall moved into seperate include
-
 }
 }
- 
+