diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-21 09:23:13 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-21 09:23:13 +0200 |
| commit | 27fd1ba438eecbe184a5deda6d9f468509ec4f42 (patch) | |
| tree | 1ef5c34198aee313b7f5e297a13d169c4f1bd6b1 /dev/kernel/HALKit/AMD64/Paging.h | |
| parent | e5edad799f0f8dbe0b34baf55c30849c941a43f9 (diff) | |
feat: refactor and fixed python scripts.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/HALKit/AMD64/Paging.h')
| -rw-r--r-- | dev/kernel/HALKit/AMD64/Paging.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev/kernel/HALKit/AMD64/Paging.h b/dev/kernel/HALKit/AMD64/Paging.h index cf297632..079acde4 100644 --- a/dev/kernel/HALKit/AMD64/Paging.h +++ b/dev/kernel/HALKit/AMD64/Paging.h @@ -57,9 +57,7 @@ namespace Detail { PageEnable = 31, }; - inline UInt8 control_register_cast(ControlRegisterBits reg) { - return static_cast<UInt8>(reg); - } + inline UInt8 control_register_cast(ControlRegisterBits reg) { return static_cast<UInt8>(reg); } } // namespace Detail auto mm_alloc_bitmap(Boolean wr, Boolean user, SizeT size, Bool is_page, SizeT pad = 0) -> VoidPtr; |
