* jb -> jnb

git-svn-id: trunk@11771 -
This commit is contained in:
florian 2008-09-13 18:17:13 +00:00
parent 8a5a6db065
commit 7ab3b2e3f6

View File

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