diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-13 06:54:06 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-13 06:54:06 +0100 |
| commit | bdb78c4ab1a39264b301e728bfd5a2084aa22a65 (patch) | |
| tree | e8229a82d0ae87b8d6ca395f4fb8ddb8de4b8a70 /src/kernel/HALKit | |
| parent | 2b7ec4dd494ea016a242b1a698533be2c9a7940e (diff) | |
chore: IPEFDylibObject tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/HALKit')
| -rw-r--r-- | src/kernel/HALKit/AMD64/HalCoreInterruptHandler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/HALKit/AMD64/HalCoreInterruptHandler.cc b/src/kernel/HALKit/AMD64/HalCoreInterruptHandler.cc index ae36746e..02931daf 100644 --- a/src/kernel/HALKit/AMD64/HalCoreInterruptHandler.cc +++ b/src/kernel/HALKit/AMD64/HalCoreInterruptHandler.cc @@ -7,9 +7,9 @@ #include <ArchKit/ArchKit.h> #include <KernelKit/ProcessScheduler.h> #include <KernelKit/UserMgr.h> +#include <NeKit/Atom.h> #include <NeKit/KString.h> #include <SignalKit/Signals.h> -#include <NeKit/Atom.h> EXTERN_C Kernel::Void idt_handle_breakpoint(Kernel::UIntPtr rip); EXTERN_C Kernel::UIntPtr kApicBaseAddress; |
