fixup: It is possible for NOP commands to contain other garbage
This commit is contained in:
@@ -242,7 +242,8 @@ namespace rsx
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (UNLIKELY((cmd & RSX_METHOD_NOP_MASK) == RSX_METHOD_NOP_CMD))
|
|
||||||
|
if (UNLIKELY((cmd & RSX_METHOD_NOP_MASK) == RSX_METHOD_NOP_CMD))
|
||||||
{
|
{
|
||||||
if (commands.empty() || commands.back().reg != RSX_METHOD_NOP_CMD)
|
if (commands.empty() || commands.back().reg != RSX_METHOD_NOP_CMD)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user