From ba4213d956ff138ec6392dc4145970e8a3cd1ba6 Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 7 Mar 2023 20:03:24 -0500 Subject: general: fix type inconsistencies --- src/core/hle/kernel/k_address_space_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/kernel/k_address_space_info.h') 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{}; -- cgit v1.2.3