RSP: Handle lwu inside IsRegisterConstant

This commit is contained in:
zilmar 2024-07-12 15:01:05 +09:30
parent 7b013c3deb
commit e43d697476
1 changed files with 1 additions and 0 deletions

View File

@ -1296,6 +1296,7 @@ bool IsRegisterConstant(uint32_t Reg, uint32_t * Constant)
case RSP_LW:
case RSP_LBU:
case RSP_LHU:
case RSP_LWU:
if (RspOp.rt == Reg)
{
return false;