Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 1997 06:52:55 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 trap.c
Message-ID:  <199704141352.GAA13915@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704141352.GAA13915>