Просмотр исходного кода

* jb -> jnb

git-svn-id: trunk@11771 -
florian 17 лет назад
Родитель
Сommit
7ab3b2e3f6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      rtl/bsd/x86_64/syscall.inc

+ 1 - 1
rtl/bsd/x86_64/syscall.inc

@@ -60,7 +60,7 @@ asm
   movq sysnr,%rax         { Syscall number -> rax.  }
   movq sysnr,%rax         { Syscall number -> rax.  }
   movq param1,%rdi        { shift arg1 - arg1. }
   movq param1,%rdi        { shift arg1 - arg1. }
   syscall                 { Do the system call. }
   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
  movq  %rax,%rdx
 {$ifdef FPC_PIC}
 {$ifdef FPC_PIC}
   movq  fpc_threadvar_relocate_proc@GOTPCREL(%rip),%rax
   movq  fpc_threadvar_relocate_proc@GOTPCREL(%rip),%rax