Decoders: Add IOpCode32HasSetFlags (#3136)

This commit is contained in:
merry
2022-02-18 00:33:43 +00:00
committed by GitHub
parent 95cc18a7b4
commit 747876dc67
4 changed files with 10 additions and 5 deletions

View File

@ -1,6 +1,6 @@
namespace ARMeilleure.Decoders
{
class OpCode32AluUmull : OpCode32
class OpCode32AluUmull : OpCode32, IOpCode32HasSetFlags
{
public int RdLo { get; }
public int RdHi { get; }