|
@@ -495,7 +495,7 @@ int ia32_setup_frame(int sig, struct k_sigaction *ka,
|
|
|
ptrace_notify(SIGTRAP);
|
|
|
|
|
|
#if DEBUG_SIG
|
|
|
- printk("SIG deliver (%s:%d): sp=%p pc=%p ra=%p\n",
|
|
|
+ printk("SIG deliver (%s:%d): sp=%p pc=%lx ra=%u\n",
|
|
|
current->comm, current->pid, frame, regs->rip, frame->pretcode);
|
|
|
#endif
|
|
|
|
|
@@ -601,7 +601,7 @@ int ia32_setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info,
|
|
|
ptrace_notify(SIGTRAP);
|
|
|
|
|
|
#if DEBUG_SIG
|
|
|
- printk("SIG deliver (%s:%d): sp=%p pc=%p ra=%p\n",
|
|
|
+ printk("SIG deliver (%s:%d): sp=%p pc=%lx ra=%u\n",
|
|
|
current->comm, current->pid, frame, regs->rip, frame->pretcode);
|
|
|
#endif
|
|
|
|