Skip to content

Commit

Permalink
Merge pull request #317 from SeannyM/armjit-lwzux
Browse files Browse the repository at this point in the history
ARM: Fix Wii games on JIT
  • Loading branch information
Sonicadvance1 committed Apr 26, 2014
2 parents 3b19b9b + 895e84e commit 21315ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/PowerPC/JitArm32/JitArm_Tables.cpp
Expand Up @@ -209,7 +209,7 @@ static GekkoOPTemplate table31[] =

//load word
{23, &JitArm::lXX}, //"lwzx", OPTYPE_LOAD, FL_OUT_D | FL_IN_A0 | FL_IN_B}},
{55, &JitArm::lXX}, //"lwzux", OPTYPE_LOAD, FL_OUT_D | FL_OUT_A | FL_IN_A | FL_IN_B}},
{55, &JitArm::FallBackToInterpreter}, //"lwzux", OPTYPE_LOAD, FL_OUT_D | FL_OUT_A | FL_IN_A | FL_IN_B}},

//load halfword
{279, &JitArm::lXX}, //"lhzx", OPTYPE_LOAD, FL_OUT_D | FL_IN_A0 | FL_IN_B}},
Expand Down

0 comments on commit 21315ae

Please sign in to comment.