diff options
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[] = |
