Date: Sat, 30 Dec 1995 15:13:36 -0800 (PST) From: David Greenman <davidg> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Message-ID: <199512302313.PAA23661@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidg 95/12/30 15:13:35 Modified: sys/i386/i386 machdep.c Log: In memory test, cast pointer as "volatile int *", not "int *" to make sure that gcc doesn't cache the value used in the test. Pointed out by Erich Boleyn <erich@uruk.org>. Revision Changes Path 1.166 +9 -9 src/sys/i386/i386/machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512302313.PAA23661>