Browse Source
hle: kernel: KCodeMemory: Remove unused QueryMemory.
pull/15/merge
bunnei
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/core/hle/kernel/k_code_memory.cpp
|
|
|
@ -29,7 +29,6 @@ ResultCode KCodeMemory::Initialize(Core::DeviceMemory& device_memory, VAddr addr |
|
|
|
auto& page_table = m_owner->PageTable(); |
|
|
|
|
|
|
|
// Construct the page group.
|
|
|
|
KMemoryInfo kBlockInfo = page_table.QueryInfo(addr); |
|
|
|
m_page_group = KPageLinkedList(addr, Common::DivideUp(size, PageSize)); |
|
|
|
|
|
|
|
// Lock the memory.
|
|
|
|
|