mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Threads.cpp: Fix infinite looping
This commit is contained in:
parent
5d13978bbf
commit
3d8d9ef61c
2 changed files with 12 additions and 19 deletions
|
@ -95,7 +95,7 @@ class thread_future
|
|||
|
||||
shared_ptr<thread_future> next{};
|
||||
|
||||
shared_ptr<thread_future>* prev{};
|
||||
thread_future* prev{};
|
||||
|
||||
protected:
|
||||
atomic_t<void(*)(thread_base*, thread_future*)> exec{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue