Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPU recompilers cannot execute code while cpu_thread::state is non-zero #8515

Open
elad335 opened this issue Jun 27, 2020 · 0 comments
Open
Assignees

Comments

@elad335
Copy link
Contributor

elad335 commented Jun 27, 2020

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.

@elad335 elad335 self-assigned this Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant