From owner-cvs-sys Mon Apr 14 06:52:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA13925 for cvs-sys-outgoing; Mon, 14 Apr 1997 06:52:57 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA13915; Mon, 14 Apr 1997 06:52:55 -0700 (PDT) Date: Mon, 14 Apr 1997 06:52:55 -0700 (PDT) From: Bruce Evans Message-Id: <199704141352.GAA13915@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 trap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/04/14 06:52:54 Modified: sys/i386/i386 trap.c Log: Fixed printing of registers in dbflalt_handler(). The registers were always in a tss; that tss just changed from the one in the pcb to common_tss (who knows where it was when there was no curpcb?). Not using the pcb also fixed the problem that there is no pcb in idle(), so we now always get useful register values. Revision Changes Path 1.92 +7 -9 src/sys/i386/i386/trap.c