summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_address_space_info.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-03-08 02:03:24 +0100
committerLiam <byteslice@airmail.cc>2023-03-08 02:05:19 +0100
commitba4213d956ff138ec6392dc4145970e8a3cd1ba6 (patch)
tree3454be719887e09c5745887cab59c89e11dc28ef /src/core/hle/kernel/k_address_space_info.h
parentMerge pull request #9889 from Morph1984/time-is-ticking (diff)
downloadyuzu-ba4213d956ff138ec6392dc4145970e8a3cd1ba6.tar
yuzu-ba4213d956ff138ec6392dc4145970e8a3cd1ba6.tar.gz
yuzu-ba4213d956ff138ec6392dc4145970e8a3cd1ba6.tar.bz2
yuzu-ba4213d956ff138ec6392dc4145970e8a3cd1ba6.tar.lz
yuzu-ba4213d956ff138ec6392dc4145970e8a3cd1ba6.tar.xz
yuzu-ba4213d956ff138ec6392dc4145970e8a3cd1ba6.tar.zst
yuzu-ba4213d956ff138ec6392dc4145970e8a3cd1ba6.zip
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{};