mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Jit64::twx(): add assert message
The implemented and the real control flow differ a bit.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user