mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:26:15 +02:00
* syscallnr for __syscall entered
This commit is contained in:
parent
06dd389fce
commit
13a860eefc
@ -250,7 +250,7 @@ asm
|
|||||||
push %rax
|
push %rax
|
||||||
movq param7,%rax
|
movq param7,%rax
|
||||||
push %rax
|
push %rax
|
||||||
xorq %rax, %rax
|
movq $syscall_nr__syscall, %rax
|
||||||
mov %rcx,%r10
|
mov %rcx,%r10
|
||||||
call actualsyscall
|
call actualsyscall
|
||||||
add $16,%rsp
|
add $16,%rsp
|
||||||
@ -259,7 +259,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 2004-05-16 20:48:32 marco
|
Revision 1.2 2004-05-16 21:01:23 marco
|
||||||
|
* syscallnr for __syscall entered
|
||||||
|
|
||||||
|
Revision 1.1 2004/05/16 20:48:32 marco
|
||||||
* Initial versions
|
* Initial versions
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user