mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-28 06:56:29 -05:00
common: fiber: Use boost::context instead of native fibers on Windows.
This commit is contained in:
@@ -502,7 +502,7 @@ void KernelCore::InvalidateAllInstructionCaches() {
|
||||
physical_core.ArmInterface().ClearInstructionCache();
|
||||
}
|
||||
} else {
|
||||
ASSERT_MSG(false, "UNIMPLEMENTED!!!!!!!!!!!");
|
||||
UNIMPLEMENTED();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user