diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-29 23:45:47 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-29 23:45:47 +0200 |
| commit | 0558e8040c0d9628858ddd85ce573b9c80941a1f (patch) | |
| tree | 669baee6c44685771afce381d8d6ab4ac38ffce2 /Kernel/Sources/HError.cxx | |
| parent | 1d9d0ba0f529e4b90875e459a841889495e45369 (diff) | |
Implement ipc_sanitize_packet as syscall.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/Sources/HError.cxx')
| -rw-r--r-- | Kernel/Sources/HError.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Sources/HError.cxx b/Kernel/Sources/HError.cxx index 5ba02049..d38f2e07 100644 --- a/Kernel/Sources/HError.cxx +++ b/Kernel/Sources/HError.cxx @@ -11,7 +11,7 @@ namespace NewOS /// @brief Doea a system wide bug check. /// @param void no params. /// @return if error-free: true, otherwise false. - Boolean ke_bug_check(void) noexcept + Boolean err_bug_check(void) noexcept { /// TODO: return false; |
