mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Kernel: Add an x86 include check+error in x86/ISRStubs.h
This commit is contained in:
parent
1e5b82f0c6
commit
bffc3da9d7
Notes:
sideshowbarker
2024-07-17 23:14:45 +09:00
Author: https://github.com/jamesmintram Commit: https://github.com/SerenityOS/serenity/commit/bffc3da9d79 Pull-request: https://github.com/SerenityOS/serenity/pull/11141 Reviewed-by: https://github.com/bgianfo ✅ Reviewed-by: https://github.com/kleinesfilmroellchen ✅
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
|
||||
#include <Kernel/Arch/x86/Interrupts.h>
|
||||
|
||||
#include <AK/Platform.h>
|
||||
VALIDATE_IS_X86()
|
||||
|
||||
GENERATE_GENERIC_INTERRUPT_HANDLER_ASM_ENTRY(80)
|
||||
GENERATE_GENERIC_INTERRUPT_HANDLER_ASM_ENTRY(81)
|
||||
GENERATE_GENERIC_INTERRUPT_HANDLER_ASM_ENTRY(82)
|
||||
|
|
Loading…
Reference in a new issue