* do_syscall back to oldfpccall

This commit is contained in:
daniel 2004-02-19 21:30:50 +00:00
parent 1f24b86ccc
commit f5e5e89b31

View File

@ -1635,7 +1635,7 @@ Uses Strings;
{$endif} {$endif}
Procedure Do_SysCall( callnr:longint;var regs : SysCallregs );assembler; Procedure Do_SysCall( callnr:longint;var regs : SysCallregs );{$ifndef ver1_0}oldfpccall;{$endif}assembler;
{ {
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.
@ -5908,7 +5908,10 @@ End.
{ {
$Log$ $Log$
Revision 1.16 2004-02-19 21:06:51 daniel Revision 1.17 2004-02-19 21:30:50 daniel
* do_syscall back to oldfpccall
Revision 1.16 2004/02/19 21:06:51 daniel
* This time it should work. * This time it should work.
Revision 1.15 2004/02/19 20:56:22 daniel Revision 1.15 2004/02/19 20:56:22 daniel