diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2015-08-24 12:12:31 +0200 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2015-08-24 12:12:31 +0200 |
| commit | 33eefc2d86ca1845bd19e5bb9e8a07ae7060791d (patch) | |
| tree | 7e9aab947adae6b75615b3aede35b7dc691591f2 /Source | |
| parent | 80fa9af9b13cfe88d1177f9172986b0f4ff92f1c (diff) | |
Jit64: quickfix for mtfsfx
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/Core/PowerPC/Jit64/Jit64_Tables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/PowerPC/Jit64/Jit64_Tables.cpp b/Source/Core/Core/PowerPC/Jit64/Jit64_Tables.cpp index e7cbb7d3c8..90d9405601 100644 --- a/Source/Core/Core/PowerPC/Jit64/Jit64_Tables.cpp +++ b/Source/Core/Core/PowerPC/Jit64/Jit64_Tables.cpp @@ -336,7 +336,7 @@ static GekkoOPTemplate table63[] = {70, &Jit64::mtfsb0x}, // mtfsb0x {38, &Jit64::mtfsb1x}, // mtfsb1x {134, &Jit64::mtfsfix}, // mtfsfix - {711, &Jit64::mtfsfx}, // mtfsfx + {711, &Jit64::FallBackToInterpreter}, // mtfsfx }; static GekkoOPTemplate table63_2[] = |
