Predict KASSERTs to be true.

This commit is contained in:
marius 2010-02-13 19:17:06 +00:00
parent c8c86774b6
commit 2110e929a4

View File

@ -107,7 +107,7 @@
#ifdef INVARIANTS
#define KASSERT(r1, msg) \
brnz r1, 8f ; \
brnz,pt r1, 8f ; \
nop ; \
PANIC(msg, r1) ; \
8: