Decoders: Add IOpCode32HasSetFlags (#3136)
This commit is contained in:
parent
95cc18a7b4
commit
747876dc67
4 changed files with 10 additions and 5 deletions
|
@ -14,7 +14,7 @@ namespace ARMeilleure.Instructions
|
|||
{
|
||||
public static bool ShouldSetFlags(ArmEmitterContext context)
|
||||
{
|
||||
IOpCode32Alu op = (IOpCode32Alu)context.CurrOp;
|
||||
IOpCode32HasSetFlags op = (IOpCode32HasSetFlags)context.CurrOp;
|
||||
|
||||
if (op.SetFlags == null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue