[Kernel] Add xe:: in XFile::Read for consistency

This commit is contained in:
Triang3l 2020-02-22 18:10:25 +03:00
parent f858631245
commit 1e9f999b37
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ X_STATUS XFile::Read(uint32_t buffer_guest_address, uint32_t buffer_length,
} else {
xe::PhysicalHeap* buffer_physical_heap =
buffer_start_heap->IsGuestPhysicalHeap()
? static_cast<PhysicalHeap*>(buffer_start_heap)
? static_cast<xe::PhysicalHeap*>(buffer_start_heap)
: nullptr;
if (buffer_physical_heap &&
buffer_physical_heap->QueryRangeAccess(buffer_guest_address,