1
Fork 0
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:
Gunnar Beutner 2022-10-16 16:55:42 +02:00 committed by Linus Groh
parent dfee6f73d2
commit 918fdf9e2c
2 changed files with 9 additions and 0 deletions

View file

@ -6,6 +6,9 @@
#pragma once
#include <AK/Platform.h>
VALIDATE_IS_AARCH64()
namespace Kernel {
struct RegisterState {