mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +00:00
Kernel: Add an x86 include check+error in x86/RegisterState.h
This commit is contained in:
parent
1dc1412dee
commit
34b341e35d
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
||||||
#include <Kernel/Arch/x86/ASM_wrapper.h>
|
#include <Kernel/Arch/x86/ASM_wrapper.h>
|
||||||
#include <Kernel/Arch/x86/CPU.h>
|
#include <Kernel/Arch/x86/CPU.h>
|
||||||
|
|
||||||
|
#include <AK/Platform.h>
|
||||||
|
VALIDATE_IS_X86()
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
||||||
struct [[gnu::packed]] RegisterState {
|
struct [[gnu::packed]] RegisterState {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue