mirror of
https://github.com/holub/mame
synced 2025-06-22 20:38:50 +03:00
Fix for compile on GCC 4.4.7 (n/w)
This commit is contained in:
parent
624bc207ee
commit
d5027ab77a
@ -1368,7 +1368,7 @@ void rsp_cop2_drc::vmulf()
|
|||||||
if (s1 == -32768 && s2 == -32768)
|
if (s1 == -32768 && s2 == -32768)
|
||||||
{
|
{
|
||||||
// overflow
|
// overflow
|
||||||
ACCUM(i) = 0x0000800080000000L;
|
ACCUM(i) = S64(0x0000800080000000);
|
||||||
m_vres[i] = 0x7fff;
|
m_vres[i] = 0x7fff;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user