|
From: Matt Z. <md...@de...> - 2003-12-28 09:52:31
|
On Sun, Dec 28, 2003 at 01:51:15AM -0800, Matt Zimmerman wrote:
> syscall_nr = PT_SYSCALL_NR(regs->skas.regs);
> UPT_SYSCALL_NR(regs) = syscall_nr;
> if(syscall_nr < 1){
> relay_signal(SIGTRAP, regs);
> return;
> }
By the way, why is the test < 1 here, and < 0 in execute_syscall_skas?
Shouldn't they match?
--
- mdz
|