1. 04 6月, 2007 1 次提交
    • K
      [PARISC] Fix bug when syscall nr is __NR_Linux_syscalls · 3bb457af
      Kyle McMartin 提交于
      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: NKyle McMartin <kyle@parisc-linux.org>
      3bb457af
  2. 30 5月, 2007 7 次提交
  3. 28 5月, 2007 8 次提交
  4. 26 5月, 2007 2 次提交
  5. 23 5月, 2007 10 次提交
  6. 22 5月, 2007 12 次提交