Kernel: Add an x86 include check+error in x86/ASM_Wrapper.h

This commit is contained in:
James Mintram 2021-12-01 17:10:53 +00:00 committed by Brian Gianforcaro
commit 3e3c632969
Notes: sideshowbarker 2024-07-17 23:15:15 +09:00

View file

@ -8,6 +8,9 @@
#include <AK/Types.h>
#include <AK/Platform.h>
VALIDATE_IS_X86()
namespace Kernel {
ALWAYS_INLINE void cli()