mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-03 17:52:56 +00:00
interface_x64: Remove is_executing assert from HaltExecution
In multithreaded code this can be triggered due to a race.
This commit is contained in:
@@ -185,10 +185,7 @@ void Jit::Reset() {
|
||||
}
|
||||
|
||||
void Jit::HaltExecution() {
|
||||
ASSERT(is_executing);
|
||||
impl->jit_state.halt_requested = true;
|
||||
|
||||
// TODO: Uh do other stuff to JitState pls.
|
||||
}
|
||||
|
||||
std::array<u32, 16>& Jit::Regs() {
|
||||
|
||||
Reference in New Issue
Block a user