Jit64::twx(): add assert message
The implemented and the real control flow differ a bit.
This commit is contained in:
parent
17adcbb14e
commit
aa7a2fc4bf
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue