aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/kmi/assert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kmi/assert.h b/include/kmi/assert.h
index 69eb9ce..4512a21 100644
--- a/include/kmi/assert.h
+++ b/include/kmi/assert.h
@@ -22,7 +22,7 @@
#include <kmi/utils.h>
/** \todo should this exit or do something explosive like that? */
-#if defined(DEBUG)
+#if defined(ASSERT)
/**
* The kernel is in an irrepairable state, just give up.