DSP/Interpreter: remove redundant masking

This commit is contained in:
Tillmann Karras 2020-05-25 11:05:12 +01:00
parent ce1846e53f
commit 89de40a22e

View file

@ -770,7 +770,6 @@ void movr(const UDSPInstruction opc)
break; break;
} }
ax <<= 16; ax <<= 16;
ax &= ~0xffff;
ZeroWriteBackLog(); ZeroWriteBackLog();