diff options
Diffstat (limited to 'src/kernel/HALKit/AMD64/Paging.h')
| -rw-r--r-- | src/kernel/HALKit/AMD64/Paging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/HALKit/AMD64/Paging.h b/src/kernel/HALKit/AMD64/Paging.h index b8b276c0..77ea6f37 100644 --- a/src/kernel/HALKit/AMD64/Paging.h +++ b/src/kernel/HALKit/AMD64/Paging.h @@ -43,7 +43,7 @@ EXTERN_C Kernel::VoidPtr hal_read_cr3(); // @brief Page directory inside cr3 re namespace Kernel::HAL { namespace Detail { - enum class ControlRegisterBits { + enum struct ControlRegisterBits { kProtectedModeEnable = 0, kMonitorCoProcessor = 1, kEmulation = 2, |
