cvs commit: src/sys/kern subr_kdb.c

[ Available lists | Index of cvs-all | Month of Sep 2004 | Week of 26 Sep 2004 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Marcel Moolenaar <marcel@FreeBSD.org>
Date
26 Sep 2004 06:49:00
Subject
cvs commit: src/sys/kern subr_kdb.c
Message-ID
200409260648.i8Q6mx0H089851@repoman.freebsd.org


[ Hide this part ]
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


Elapsed time: 0.054 seconds