vm_manager: Rename meminfo_state to state

This is shorter and more concise. This also removes the now-innaccurate
comment, as it's not returned wholesale to svcQueryMemory anymore.
This commit is contained in:
Lioncash
2018-12-14 20:59:08 -05:00
parent 34b24a47e9
commit 4dc8a7da3f
2 changed files with 9 additions and 10 deletions

View File

@ -263,8 +263,7 @@ struct VirtualMemoryArea {
VMAType type = VMAType::Free;
VMAPermission permissions = VMAPermission::None;
/// Tag returned by svcQueryMemory. Not otherwise used.
MemoryState meminfo_state = MemoryState::Unmapped;
MemoryState state = MemoryState::Unmapped;
MemoryAttribute attribute = MemoryAttribute::None;
// Settings for type = AllocatedMemoryBlock