[Kernel] Code reentrance for guest fibers.
[Kernel] Code reentrance using exceptions for guest fibers.
This commit is contained in:
@@ -358,7 +358,6 @@ bool Processor::ExecuteRaw(ThreadState* thread_state, uint32_t address) {
|
||||
return false;
|
||||
}
|
||||
|
||||
auto context = thread_state->context();
|
||||
return function->Call(thread_state, 0xBCBCBCBC);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user