]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Oops, when converting if (foo) panic() to a KASSERT(), you have to invert
authorjhb <jhb@FreeBSD.org>
Wed, 24 Jan 2001 13:10:17 +0000 (13:10 +0000)
committerjhb <jhb@FreeBSD.org>
Wed, 24 Jan 2001 13:10:17 +0000 (13:10 +0000)
commitcf8988088c93f558376af9dce26c17d5aa766731
tree63d041c74e2a17d7dc30cd371bb0af8cfe8b058a
parente70d7adf60f7f2ae14070cb6c3f23112593ac48d
Oops, when converting if (foo) panic() to a KASSERT(), you have to invert
the test case.

Spotted by: peter, jasone
sys/alpha/alpha/pmap.c