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: fix regression in timer patch #959

Merged
merged 1 commit into from
Sep 3, 2014

Conversation

FioraAeterna
Copy link
Contributor

No description provided.

@JMC47
Copy link
Contributor

JMC47 commented Sep 3, 2014

Tested and confirmed to fix the regression.

@lioncash
Copy link
Member

lioncash commented Sep 3, 2014

What would have happened with the regression that was incorrect behavior? The change looks fine, just wondering for context.

@FioraAeterna
Copy link
Contributor Author

The problem was I forgot to bind the register, which meant two things:

  1. if the register wasn't already marked as dirty, it wouldn't be stored back correctly.

  2. the way it showed up in bug reports -- if the register was an immediate, the emitter itself would just outright fail.

@lioncash
Copy link
Member

lioncash commented Sep 3, 2014

@FioraAeterna: This comment grants you the permission to merge this pull request whenever you think it is ready. After addressing the remaining comments, click this link to merge.


Ah ok, thanks.

@dolphin-emu-bot allowmerge

dolphin-emu-bot added a commit that referenced this pull request Sep 3, 2014
JIT: fix regression in timer patch
@dolphin-emu-bot dolphin-emu-bot merged commit 7a18add into dolphin-emu:master Sep 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants