diff options
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386/loose_ends.c | 6 |
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 |