summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/KernelKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/KernelKit')
-rw-r--r--dev/Kernel/KernelKit/LPC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/KernelKit/LPC.h b/dev/Kernel/KernelKit/LPC.h
index 2eae8b6f..a962bc05 100644
--- a/dev/Kernel/KernelKit/LPC.h
+++ b/dev/Kernel/KernelKit/LPC.h
@@ -58,7 +58,7 @@ namespace Kernel
inline constexpr HError kErrorCDTrayBroken = 62;
inline constexpr HError kErrorUnrecoverableDisk = 63;
inline constexpr HError kErrorFileLocked = 64;
- inline constexpr HError kErrorUnimplemented = 0;
+ inline constexpr HError kErrorUnimplemented = -1;
/// @brief Raises a bug check stop code.
Void err_bug_check_raise(Void) noexcept;