VideoCore: Update MemoryManager

This commit is contained in:
Fernando Sahmkow 2021-11-11 21:24:40 +01:00
parent b617874724
commit cbaf3fb433
4 changed files with 86 additions and 167 deletions

View file

@ -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