diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-24 10:00:22 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-05-24 10:02:06 +0200 |
| commit | e89d4a1402bdd32b8ad7e2ed04278b7ad54740c3 (patch) | |
| tree | 23a472c88e1e62e3aafacb56d0016739d9d3af33 /dev/kernel/HALKit/AMD64/HalKernelMain.cc | |
| parent | 6551964ad66de7bc7ccb636c54351be2a260612b (diff) | |
feat(nekit)!: Change dbg_break_point to DBG_TRAP.
BREAKING CHANGE: renamed symbol to match the codebase's macro style.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/HALKit/AMD64/HalKernelMain.cc')
| -rw-r--r-- | dev/kernel/HALKit/AMD64/HalKernelMain.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/HALKit/AMD64/HalKernelMain.cc b/dev/kernel/HALKit/AMD64/HalKernelMain.cc index 65b522a6..c1558892 100644 --- a/dev/kernel/HALKit/AMD64/HalKernelMain.cc +++ b/dev/kernel/HALKit/AMD64/HalKernelMain.cc @@ -153,7 +153,7 @@ EXTERN_C Kernel::Void hal_real_init(Kernel::Void) noexcept { if (!NeFS::fs_init_nefs()) { kout << "NeFS cannot be formated on the disk. Aborting\r"; - dbg_break_point(); + DBG_TRAP(); } hal_spin_kernel: |
