cvs commit: src/sys/kern subr_kdb.c
Marcel Moolenaar
marcel at FreeBSD.org
Sat Sep 25 23:49:00 PDT 2004
marcel 2004-09-26 06:48:59 UTC
FreeBSD src repository
Modified files:
sys/kern subr_kdb.c
Log:
Fix a bug introduced in the previous commit: kdb_cpu_trap() gets to
the trapframe via kdb_frame, but kdb_frame was not initialized until
after the call to kdb_cpu_trap(). Ergo: kdb_cpu_trap() was moved too
far up.
Pointy hat: marcel
Revision Changes Path
1.8 +2 -1 src/sys/kern/subr_kdb.c
More information about the cvs-src
mailing list