diff options
| author | bunnei <bunneidev@gmail.com> | 2020-04-08 22:51:31 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2020-04-17 00:59:34 -0400 |
| commit | 32fc2aae3cd767faf57e9a6f80ebae20bdfb2218 (patch) | |
| tree | 870a8fea541547dcc11866cc7159f27e4bfc31cd /src/video_core/memory_manager.h | |
| parent | f7c03610e150e49632354e838052d210c8c6075b (diff) | |
video_core: memory_manager: Updates for Common::PageTable changes.
Diffstat (limited to 'src/video_core/memory_manager.h')
| -rw-r--r-- | src/video_core/memory_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/memory_manager.h b/src/video_core/memory_manager.h index 0d9468535..0ddd52d5a 100644 --- a/src/video_core/memory_manager.h +++ b/src/video_core/memory_manager.h @@ -179,7 +179,7 @@ private: /// End of address space, based on address space in bits. static constexpr GPUVAddr address_space_end{1ULL << address_space_width}; - Common::BackingPageTable page_table{page_bits}; + Common::PageTable page_table; VMAMap vma_map; VideoCore::RasterizerInterface& rasterizer; |
