Revert "core: Switch to unique_ptr for usage of Common::Fiber."

This commit is contained in:
bunnei
2021-03-05 17:08:17 -08:00
committed by GitHub
parent 643c89399b
commit 845a217d5e
10 changed files with 59 additions and 58 deletions
+2 -1
View File
@@ -2626,7 +2626,8 @@ void Call(Core::System& system, u32 immediate) {
kernel.ExitSVCProfile();
if (!thread->IsCallingSvc()) {
thread->GetHostContext()->Rewind();
auto* host_context = thread->GetHostContext().get();
host_context->Rewind();
}
system.EnterDynarmicProfile();