Make cont in ddb work.

This commit is contained in:
jake 2001-12-29 08:37:35 +00:00
parent 8c6d251d8b
commit 55292ad79d

View File

@ -76,6 +76,7 @@ kdb_trap(struct trapframe *tf)
db_active--;
db_global_jmpbuf_valid = FALSE;
*tf = ddb_regs;
TF_DONE(tf);
return (1);
}