mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
common: fiber: Use boost::context instead of native fibers on Windows.
This commit is contained in:
parent
aaffe73f47
commit
b92d8acd2f
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