Explorar el Código

* use oldfpccall because all registers are destroyed

peter hace 22 años
padre
commit
4f9a8a9c45
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5 2
      rtl/linux/syscallo.inc

+ 5 - 2
rtl/linux/syscallo.inc

@@ -24,7 +24,7 @@
 *****************************************************************************}
 
 
-Procedure Do_SysCallspec( callnr:longint;var regs : SysCallregs );assembler;
+Procedure Do_SysCallspec( callnr:longint;var regs : SysCallregs );assembler;{$ifndef VER1_0}oldfpccall;{$endif}
 {
   This function puts the registers in place, does the call, and then
   copies back the registers as they are after the SysCall.
@@ -188,7 +188,10 @@ end;
 
 {
   $Log$
-  Revision 1.6  2003-09-14 20:15:01  marco
+  Revision 1.7  2003-10-29 19:45:44  peter
+    * use oldfpccall because all registers are destroyed
+
+  Revision 1.6  2003/09/14 20:15:01  marco
    * Unix reform stage two. Remove all calls from Unix that exist in Baseunix.
 
   Revision 1.5  2003/08/21 22:24:52  olle