mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
Kernel: Add an x86 include check+error in x86/ASM_Wrapper.h
This commit is contained in:
parent
ef52fe7d2f
commit
3e3c632969
Notes:
sideshowbarker
2024-07-17 23:15:15 +09:00
Author: https://github.com/jamesmintram
Commit: 3e3c632969
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 <AK/Types.h>
|
||||
|
||||
#include <AK/Platform.h>
|
||||
VALIDATE_IS_X86()
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
ALWAYS_INLINE void cli()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue