kernel/arch/h8300/kernel/ptrace_h.c
.. .. @@ -250,7 +250,7 @@ 250 250 { 251 251 if ((unsigned long)current->thread.breakinfo.addr == bp) { 252 252 user_disable_single_step(current); 253 - force_sig(SIGTRAP, current);253 + force_sig(SIGTRAP);254 254 } else 255 - force_sig(SIGILL, current);255 + force_sig(SIGILL);256 256 }