Gratuitous change.

This commit is contained in:
mycroft 1994-01-09 22:58:07 +00:00
parent 7fd3f9fac7
commit 532938fe07
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ kdb_trap(type, regs)
default: default:
kdbprinttrap(type, 0); kdbprinttrap(type, 0);
if (db_recover != 0) { if (db_recover != 0) {
db_printf("Caught exception in ddb.\n"); db_error("Caught exception in ddb.\n");
db_error(NULL);
/*NOTREACHED*/ /*NOTREACHED*/
} }
} }