summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel')
-rw-r--r--Kernel/Assertions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/Assertions.h b/Kernel/Assertions.h
index cd8244452b..b48273a301 100644
--- a/Kernel/Assertions.h
+++ b/Kernel/Assertions.h
@@ -47,3 +47,4 @@
} while (0)
#define ASSERT_INTERRUPTS_DISABLED() ASSERT(!(cpu_flags() & 0x200))
#define ASSERT_INTERRUPTS_ENABLED() ASSERT(cpu_flags() & 0x200)
+#define TODO ASSERT_NOT_REACHED