mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:07:34 +00:00
Kernel: Add VALIDATE_IS_AARCH64 guard macro
This commit is contained in:
parent
dfee6f73d2
commit
918fdf9e2c
2 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Platform.h>
|
||||
VALIDATE_IS_AARCH64()
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
struct RegisterState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue