diff options
author | bunnei <bunneidev@gmail.com> | 2021-04-02 17:06:21 -0700 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2021-05-05 16:40:50 -0700 |
commit | 340167676828bf4595bc267c927f156a11b288aa (patch) | |
tree | a8af50757dcea3878ae928d491f4108d392e29aa /src/core/core.cpp | |
parent | 02c2b28cd0f341fd955f9648d9174777e0b60689 (diff) |
core: memory: Add a work-around to allocate and access kernel memory regions by vaddr.
Diffstat (limited to 'src/core/core.cpp')
-rw-r--r-- | src/core/core.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index d459d6c344..66500a0d4e 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -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"); |