From 0e05e9fd34bd036e9043f20939c53edf967465ce Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 25 Jan 2026 03:07:52 +0100 Subject: feat: CF: Add alias for CFDictionary (CFDict). fix: kernel: CodeMgr improvements and fixes. Signed-off-by: Amlal El Mahrouss --- src/kernel/HALKit/AMD64/Paging.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/kernel/HALKit/AMD64/Paging.h') diff --git a/src/kernel/HALKit/AMD64/Paging.h b/src/kernel/HALKit/AMD64/Paging.h index 96f87973..41543f5d 100644 --- a/src/kernel/HALKit/AMD64/Paging.h +++ b/src/kernel/HALKit/AMD64/Paging.h @@ -56,7 +56,9 @@ namespace Detail { kPageEnable = 31, }; - inline UInt8 control_register_cast(ControlRegisterBits reg) { return static_cast(reg); } + inline UInt8 control_register_cast(ControlRegisterBits reg) { + return static_cast(reg); + } } // namespace Detail auto mm_alloc_bitmap(Boolean wr, Boolean user, SizeT size, Bool is_page, SizeT pad = 0) -> VoidPtr; -- cgit v1.2.3