diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-02-20 19:22:09 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-02-21 21:20:39 -0500 |
| commit | dc6cc909e55115338ee157ec7bcd4e50e05f1b83 (patch) | |
| tree | f93ad1a7996e35a57349af8249b375ed1ca0990a /Source | |
| parent | a8199a1070b894bc785ac0cae96d286cebe977c1 (diff) | |
Interpreter: Use FL_IN_A0B for ecowx
ecowx uses the value zero if rA is zero.
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/Core/PowerPC/Interpreter/Interpreter_Tables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/PowerPC/Interpreter/Interpreter_Tables.cpp b/Source/Core/Core/PowerPC/Interpreter/Interpreter_Tables.cpp index 6c6703f7e1..f02fc8e765 100644 --- a/Source/Core/Core/PowerPC/Interpreter/Interpreter_Tables.cpp +++ b/Source/Core/Core/PowerPC/Interpreter/Interpreter_Tables.cpp @@ -264,7 +264,7 @@ static GekkoOPTemplate table31[] = // Unused instructions on GC {310, Interpreter::eciwx, {"eciwx", OPTYPE_SYSTEM, FL_IN_A0B | FL_OUT_D, 1, 0, 0, 0}}, - {438, Interpreter::ecowx, {"ecowx", OPTYPE_SYSTEM, FL_IN_AB | FL_IN_S, 1, 0, 0, 0}}, + {438, Interpreter::ecowx, {"ecowx", OPTYPE_SYSTEM, FL_IN_A0B | FL_IN_S, 1, 0, 0, 0}}, {854, Interpreter::eieio, {"eieio", OPTYPE_SYSTEM, 0, 1, 0, 0, 0}}, {306, Interpreter::tlbie, {"tlbie", OPTYPE_SYSTEM, 0, 1, 0, 0, 0}}, {370, Interpreter::tlbia, {"tlbia", OPTYPE_SYSTEM, 0, 1, 0, 0, 0}}, |
