summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources/HError.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Sources/HError.cxx')
-rw-r--r--Kernel/Sources/HError.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Kernel/Sources/HError.cxx b/Kernel/Sources/HError.cxx
index 937e983a..5ba02049 100644
--- a/Kernel/Sources/HError.cxx
+++ b/Kernel/Sources/HError.cxx
@@ -13,6 +13,7 @@ namespace NewOS
/// @return if error-free: true, otherwise false.
Boolean ke_bug_check(void) noexcept
{
- return true;
+ /// TODO:
+ return false;
}
} // namespace NewOS