Date: Sat, 2 Sep 2000 23:35:05 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_shutdown.c Message-ID: <200009030635.XAA37640@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2000/09/02 23:35:05 PDT Modified files: sys/kern kern_shutdown.c Log: gcc knows that savectx() is potentially a setjmp style dual-return function which may lead to stack lossage and clobbered variables. This isn't the case here, but there is no way to tell gcc that. Work around this in a kinda bizzare way, but it shuts gcc up. Revision Changes Path 1.78 +6 -7 src/sys/kern/kern_shutdown.c 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?200009030635.XAA37640>