Fix for compile on GCC 4.4.7 (n/w)

This commit is contained in:
Lord-Nightmare 2014-11-23 02:58:21 -05:00
parent 624bc207ee
commit d5027ab77a

View File

@ -1368,7 +1368,7 @@ void rsp_cop2_drc::vmulf()
if (s1 == -32768 && s2 == -32768)
{
// overflow
ACCUM(i) = 0x0000800080000000L;
ACCUM(i) = S64(0x0000800080000000);
m_vres[i] = 0x7fff;
}
else