Skip to content
  1. Jun 04, 2007
    • Kyle McMartin's avatar
      [PARISC] Fix bug when syscall nr is __NR_Linux_syscalls · 3bb457af
      Kyle McMartin authored
      
      
      The bug was that we were comparing __NR_syscalls to be greater or equal
      to the syscall number stored in %r20. __NR_syscalls is one greater than
      the last syscall though, so we're loading one entry beyond the end of the
      syscall table, and trying to jump to it.
      
      Fix this by only checking that we're greater, alternatively, we could
      have compared to (__NR_Linux_syscalls - 1)
      
      Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
      3bb457af
  2. May 30, 2007
  3. May 28, 2007
  4. May 26, 2007
  5. May 23, 2007
  6. May 22, 2007