diff options
Diffstat (limited to 'dev/ZKA/NewKit')
| -rw-r--r-- | dev/ZKA/NewKit/Defines.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZKA/NewKit/Defines.hxx b/dev/ZKA/NewKit/Defines.hxx index 0be72aaf..77d400df 100644 --- a/dev/ZKA/NewKit/Defines.hxx +++ b/dev/ZKA/NewKit/Defines.hxx @@ -67,8 +67,8 @@ namespace Kernel using WideChar = wchar_t; using Utf32Char = char32_t; - typedef UInt64 PhysicalAddress; - typedef UInt64 VirtualAddress; + typedef UInt32 PhysicalAddressKind; + typedef UIntPtr VirtualAddressKind; using Void = void; |
