Date: Sat, 8 Jun 1996 04:03:29 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys, cvs-gnu Subject: cvs commit: src/sys/i386/i386 machdep.c src/gnu/usr.bin/gdb/gdb freebsd-nat.c Message-ID: <199606081103.EAA23284@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/06/08 04:03:25 Modified: sys/i386/i386 machdep.c gnu/usr.bin/gdb/gdb freebsd-nat.c Log: Stop using the alias `pcb_ptd' for `pcb_tcc.tss_cr3'. Use the (existing) alias `pcb_cr3' instead. That is still one alias too many, but is convenient for me since I've replaced the tss in the pcb by a few scalar variables in the pcb. Revision Changes Path 1.192 +3 -3 src/sys/i386/i386/machdep.c 1.10 +2 -2 src/gnu/usr.bin/gdb/gdb/freebsd-nat.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606081103.EAA23284>