Jit64: quickfix for mtfsfx

This commit is contained in:
Tillmann Karras 2015-08-24 12:12:31 +02:00
parent 80fa9af9b1
commit 33eefc2d86
1 changed files with 1 additions and 1 deletions

View File

@ -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[] =