mirror of https://github.com/l4ka/pistachio.git
- For unknown reasons, print IP info
This commit is contained in:
parent
926164543c
commit
d3acc0da1d
|
@ -369,7 +369,8 @@ bool kdb_t::pre()
|
|||
break;
|
||||
default:
|
||||
{
|
||||
printf("--- KD# unknown reason ---\n", f->reason);
|
||||
printf("--- KD# unknown reason %d ip %x ---\n",
|
||||
f->reason, f->regs[x86_exceptionframe_t::ipreg]);
|
||||
break;
|
||||
} /* switch */
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue