* there where two SYSCALL1 procedures for the powerpc, fixed

This commit is contained in:
florian 2003-04-22 17:07:55 +00:00
parent 9ed2ce8c12
commit 9f1289df8c
2 changed files with 10 additions and 5 deletions

View File

@ -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

View File

@ -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
} }