* small fix

This commit is contained in:
marco 2003-05-29 13:42:58 +00:00
parent 04926a9844
commit 229355b286

View File

@ -143,7 +143,7 @@ asm
li r3,-1 li r3,-1
end; end;
function FpSysCall(sysnr,param1,param2,param3,param4,param5,param6:TSysParam):TSysResult; assembler;[public,alias:'FPC_SYSCALL7']; function FpSysCall(sysnr,param1,param2,param3,param4,param5,param6,param7:TSysParam):TSysResult; assembler;[public,alias:'FPC_SYSCALL7'];
{ {
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.
@ -167,7 +167,10 @@ end;
{ {
$Log$ $Log$
Revision 1.3 2003-05-29 13:14:07 marco Revision 1.4 2003-05-29 13:42:58 marco
* small fix
Revision 1.3 2003/05/29 13:14:07 marco
* 7 parameter syscall added. *BSD has calls with more params due to __syscall etc * 7 parameter syscall added. *BSD has calls with more params due to __syscall etc
Revision 1.5 2003/05/11 16:07:55 jonas Revision 1.5 2003/05/11 16:07:55 jonas