mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 22:25:01 -06:00
SPU: Always signal the debugger about termination
This commit is contained in:
parent
478ae0715e
commit
4f85f151fd
@ -1689,6 +1689,9 @@ void spu_thread::cleanup()
|
|||||||
|
|
||||||
// Free range lock (and signals cleanup was called to the destructor)
|
// Free range lock (and signals cleanup was called to the destructor)
|
||||||
vm::free_range_lock(range_lock);
|
vm::free_range_lock(range_lock);
|
||||||
|
|
||||||
|
// Signal the debugger about the termination
|
||||||
|
state += cpu_flag::exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
spu_thread::~spu_thread()
|
spu_thread::~spu_thread()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user