Module Name: src Committed By: chs Date: Mon Dec 13 01:33:32 UTC 2021
Modified Files: src/sys/lib/libkern: kern_assert.c Log Message: revert rev 1.4 ("Add garbage instructions at end of kern_assert after vpanic.") that change had no effect because vpanic() is marked __dead / noreturn and thus the compiler would optimize away everything after a call to vpanic(). the original problem has now been fixed differently (but only for x86 so far). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/lib/libkern/kern_assert.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.