summaryrefslogtreecommitdiffhomepage
path: root/Private/Source/KernelCheck.cxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-24 10:37:20 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-24 10:37:20 +0100
commitb842e2d8e09189d527006ca5b3dec58128afe953 (patch)
treea410656e642c4ae4472c054b7c69fef98d2c5433 /Private/Source/KernelCheck.cxx
parenteaf9ec361fa0b9a56057a7143d15a0ee31258f0d (diff)
Kernel: :boom: Fixing stuff due to misguided efforts.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/Source/KernelCheck.cxx')
-rw-r--r--Private/Source/KernelCheck.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Source/KernelCheck.cxx b/Private/Source/KernelCheck.cxx
index 4fc24918..6ce4f4fa 100644
--- a/Private/Source/KernelCheck.cxx
+++ b/Private/Source/KernelCheck.cxx
@@ -25,7 +25,7 @@ extern "C" [[noreturn]] void ke_wait_for_debugger() {
namespace HCore {
void ke_stop(const HCore::Int &id) {
kcout << "*** STOP *** \r\n";
- kcout << "*** HCoreKrnl.exe has trigerred a runtime stop. *** \r\n";
+ kcout << "*** HCoreKrnl.dll has trigerred a runtime stop. *** \r\n";
switch (id) {
case RUNTIME_CHECK_PROCESS: {