common: fiber: Use boost::context instead of native fibers on Windows.

This commit is contained in:
bunnei 2020-11-13 15:17:47 -08:00
parent 7b642c7781
commit c042a89113
3 changed files with 9 additions and 116 deletions

View file

@ -502,7 +502,7 @@ void KernelCore::InvalidateAllInstructionCaches() {
physical_core.ArmInterface().ClearInstructionCache();
}
} else {
ASSERT_MSG(false, "UNIMPLEMENTED!!!!!!!!!!!");
UNIMPLEMENTED();
}
}