- For unknown reasons, print IP info

This commit is contained in:
Jan Stoess 2008-01-25 16:25:26 +01:00
parent 926164543c
commit d3acc0da1d
1 changed files with 2 additions and 1 deletions

View File

@ -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 */
}