You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike interpreters, where call check_state() once and continue execution if theres no need to exit, recompilers will get stuck if cpu_thread::state is non-zero and check_state() didnt clear it.
This is the reason single stepping causes the SPU threads to get stuck forever on recompilers, where you had expect them atleast to step into the next code block.
Fixing this is required for #8514 to work on recompilers.
The text was updated successfully, but these errors were encountered:
Unlike interpreters, where call check_state() once and continue execution if theres no need to exit, recompilers will get stuck if cpu_thread::state is non-zero and check_state() didnt clear it.
This is the reason single stepping causes the SPU threads to get stuck forever on recompilers, where you had expect them atleast to step into the next code block.
Fixing this is required for #8514 to work on recompilers.
The text was updated successfully, but these errors were encountered: