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

Added a check for external exceptions that have been set #1381

Merged
merged 1 commit into from Oct 25, 2014

Conversation

skidau
Copy link
Contributor

@skidau skidau commented Oct 24, 2014

Prevents a false positive log message.

@comex
Copy link
Contributor

comex commented Oct 24, 2014

The log message is indeed wrong, but as far as I can tell, CheckExternalExceptions doesn't get called by JIT code before checking whether there are actually any exceptions. If the message is being triggered, could it mean Exceptions is racing or being unset somehow, or maybe I'm just getting confused? :)

@comex
Copy link
Contributor

comex commented Oct 24, 2014

I guess it's possible for the bit to be unset by the GPU thread in weird cases.

comex added a commit that referenced this pull request Oct 25, 2014
Added a check for external exceptions that have been set
@comex comex merged commit 275755a into dolphin-emu:master Oct 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants