summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_address_space_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/k_address_space_info.h')
-rw-r--r--src/core/hle/kernel/k_address_space_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_address_space_info.h b/src/core/hle/kernel/k_address_space_info.h
index 69e9d77f2..9a26f6b90 100644
--- a/src/core/hle/kernel/k_address_space_info.h
+++ b/src/core/hle/kernel/k_address_space_info.h
@@ -18,7 +18,7 @@ struct KAddressSpaceInfo final {
Count,
};
- static u64 GetAddressSpaceStart(std::size_t width, Type type);
+ static std::size_t GetAddressSpaceStart(std::size_t width, Type type);
static std::size_t GetAddressSpaceSize(std::size_t width, Type type);
const std::size_t bit_width{};