Date: Sat, 7 Sep 1996 14:47:58 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Message-ID: <199609072147.OAA14143@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/09/07 14:47:57 Modified: sys/i386/isa syscons.c Log: Fixed another easy case of const poisoning in the kernel. Cosmetic. (A pointer to a const was misused to avoid loading loading the same value twice, but gcc does exactly the same optimization automatically. It can see that the value hasn't changed.) Revision Changes Path 1.167 +2 -2 src/sys/i386/isa/syscons.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609072147.OAA14143>