]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change the definition of the debugging registers to be an array, so
authorPoul-Henning Kamp <phk@FreeBSD.org>
Sun, 20 Oct 2002 20:48:56 +0000 (20:48 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Sun, 20 Oct 2002 20:48:56 +0000 (20:48 +0000)
commit50c026e579a1d3bc4fab65e02b9ca25f6cc22deb
tree29705437a18964f97f13741d64accd7bfd02312e
parent858b84f550e0dafa4025b2bf626edb0875740338
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.
sys/amd64/amd64/db_trace.c
sys/amd64/amd64/machdep.c
sys/amd64/include/reg.h
sys/i386/i386/db_trace.c
sys/i386/i386/machdep.c
sys/i386/include/reg.h