VideoCore: Update MemoryManager
This commit is contained in:
parent
b617874724
commit
cbaf3fb433
4 changed files with 86 additions and 167 deletions
|
@ -4,4 +4,5 @@ namespace Common {
|
|||
template class Common::MultiLevelPageTable<GPUVAddr>;
|
||||
template class Common::MultiLevelPageTable<VAddr>;
|
||||
template class Common::MultiLevelPageTable<PAddr>;
|
||||
template class Common::MultiLevelPageTable<u32>;
|
||||
} // namespace Common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue