mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 19:05:54 +02:00
* jb -> jnb
git-svn-id: trunk@11771 -
This commit is contained in:
parent
8a5a6db065
commit
7ab3b2e3f6
@ -60,7 +60,7 @@ asm
|
||||
movq sysnr,%rax { Syscall number -> rax. }
|
||||
movq param1,%rdi { shift arg1 - arg1. }
|
||||
syscall { Do the system call. }
|
||||
jb .LSyscOK { branch to exit if ok, errorhandler otherwise}
|
||||
jnb .LSyscOK { branch to exit if ok, errorhandler otherwise}
|
||||
movq %rax,%rdx
|
||||
{$ifdef FPC_PIC}
|
||||
movq fpc_threadvar_relocate_proc@GOTPCREL(%rip),%rax
|
||||
|
Loading…
Reference in New Issue
Block a user