summaryrefslogtreecommitdiff
path: root/i386/i386/loose_ends.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/loose_ends.c')
-rw-r--r--i386/i386/loose_ends.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/i386/i386/loose_ends.c b/i386/i386/loose_ends.c
index a5671af..43d3513 100644
--- a/i386/i386/loose_ends.c
+++ b/i386/i386/loose_ends.c
@@ -25,8 +25,12 @@
*/
/*
*/
-#include <mach_assert.h>
+#ifndef NDEBUG
+#define MACH_ASSERT 1
+#else
+#define MACH_ASSERT 0
+#endif
/*
* For now we will always go to single user mode, since there is