summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/HALKit/ARM64/Paging.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-08 03:56:42 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-08 03:56:42 -0500
commite6768dc3b6c7864166211fd6e2f67ff4e5a2cbe5 (patch)
tree8fd8793369c30ddbfb61366407db3d464a95ad6b /src/kernel/HALKit/ARM64/Paging.h
parent1b82bb9468d38757b27d0723af26c2b052d92ce3 (diff)
chore: use `enum struct` instead of `enum class`.
chore: build scripts improvements. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/HALKit/ARM64/Paging.h')
-rw-r--r--src/kernel/HALKit/ARM64/Paging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/HALKit/ARM64/Paging.h b/src/kernel/HALKit/ARM64/Paging.h
index 28d31b60..34cf4213 100644
--- a/src/kernel/HALKit/ARM64/Paging.h
+++ b/src/kernel/HALKit/ARM64/Paging.h
@@ -68,7 +68,7 @@ struct PACKED PTE_4KB final {
};
namespace Detail {
- enum class ControlRegisterBits {
+ enum struct ControlRegisterBits {
ProtectedModeEnable = 0,
MonitorCoProcessor = 1,
Emulation = 2,