core: memory: Add a work-around to allocate and access kernel memory regions by vaddr.

This commit is contained in:
bunnei 2021-04-02 17:06:21 -07:00
parent 02c2b28cd0
commit 3401676768
3 changed files with 46 additions and 1 deletions

View file

@ -311,6 +311,7 @@ struct System::Impl {
gpu_core.reset();
perf_stats.reset();
kernel.Shutdown();
memory.Reset();
applet_manager.ClearAll();
LOG_DEBUG(Core, "Shutdown OK");