common: fiber: Use boost::context instead of native fibers on Windows.
This commit is contained in:
parent
7b642c7781
commit
c042a89113
3 changed files with 9 additions and 116 deletions
|
@ -502,7 +502,7 @@ void KernelCore::InvalidateAllInstructionCaches() {
|
|||
physical_core.ArmInterface().ClearInstructionCache();
|
||||
}
|
||||
} else {
|
||||
ASSERT_MSG(false, "UNIMPLEMENTED!!!!!!!!!!!");
|
||||
UNIMPLEMENTED();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue