Jit64::twx(): add assert message

The implemented and the real control flow differ a bit.
This commit is contained in:
Tillmann Karras 2014-03-08 10:10:24 +01:00
parent 17adcbb14e
commit aa7a2fc4bf
1 changed files with 1 additions and 0 deletions

View File

@ -2190,6 +2190,7 @@ void Jit64::twx(UGeckoInstruction inst)
FixupBranch ag = J_CC(CC_G);
FixupBranch ae = J_CC(CC_Z);
// FIXME: will never be reached. But also no known code uses it...
_assert_msg_(DYNA_REC, (inst.TO & 3) == 0, "Seems like something actually does use this.");
FixupBranch ll = J_CC(CC_NO);
FixupBranch lg = J_CC(CC_O);