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

JIT: catch illegal instruction errors #1836

Merged
merged 1 commit into from Jan 6, 2015

Conversation

FioraAeterna
Copy link
Contributor

Still crash, but at least give a message informing the world that it happened.

Still crash, but at least give a message informing the world that it happened.
@waddlesplash
Copy link
Contributor

LGTM

if (!opinfo)
{
PanicAlert("Invalid PowerPC opcode: %x.", inst.hex);
Crash();

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@magumagu
Copy link
Contributor

magumagu commented Jan 6, 2015

It would be nice to generate a Program Exception like we're supposed to... but this is fine.

degasus added a commit that referenced this pull request Jan 6, 2015
JIT: catch illegal instruction errors
@degasus degasus merged commit a2ec4d5 into dolphin-emu:master Jan 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants