diff --git a/Source/Core/Core/PowerPC/Jit64Common/Jit64AsmCommon.cpp b/Source/Core/Core/PowerPC/Jit64Common/Jit64AsmCommon.cpp index 3c9ec50d4f..a98d69551d 100644 --- a/Source/Core/Core/PowerPC/Jit64Common/Jit64AsmCommon.cpp +++ b/Source/Core/Core/PowerPC/Jit64Common/Jit64AsmCommon.cpp @@ -301,7 +301,7 @@ void QuantizedMemoryRoutines::GenQuantizedStore(bool single, EQuantizeType type, } else if (quantize > 0) { - MULSS(XMM0, M(&m_dequantizeTableS[quantize * 2])); + MULSS(XMM0, M(&m_quantizeTableS[quantize * 2])); } switch (type)