Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2002 13:48:56 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 db_trace.c machdep.c src/sys/i386/include reg.h
Message-ID:  <200210202048.g9KKmueG078396@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/10/20 13:48:56 PDT

  Modified files:
    sys/i386/i386        db_trace.c machdep.c 
    sys/i386/include     reg.h 
  Log:
  Change the definition of the debugging registers to be an array, so
  that we can index into it, rather than do pointer gymnastics on a
  structure containing 8 elements.
  
  Verified by:    MD5 hash on the produced .o files.
  
  Revision  Changes    Path
  1.54      +10 -10    src/sys/i386/i386/db_trace.c
  1.543     +39 -39    src/sys/i386/i386/machdep.c
  1.28      +6 -9      src/sys/i386/include/reg.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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