mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-02 05:17:52 +00:00
Merge pull request #3778 from lioncash/unused-var
svc: Remove unused variable
This commit is contained in:
commit
db3dcb2f64
1 changed files with 0 additions and 3 deletions
|
@ -55,9 +55,6 @@ constexpr bool IsValidAddressRange(VAddr address, u64 size) {
|
||||||
return address + size > address;
|
return address + size > address;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 8 GiB
|
|
||||||
constexpr u64 MAIN_MEMORY_SIZE = 0x200000000;
|
|
||||||
|
|
||||||
// Helper function that performs the common sanity checks for svcMapMemory
|
// Helper function that performs the common sanity checks for svcMapMemory
|
||||||
// and svcUnmapMemory. This is doable, as both functions perform their sanitizing
|
// and svcUnmapMemory. This is doable, as both functions perform their sanitizing
|
||||||
// in the same order.
|
// in the same order.
|
||||||
|
|
Loading…
Reference in a new issue