Nit.
This commit is contained in:
parent
cdfc3c980b
commit
b825844a65
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ namespace ChocolArm64.Decoders
|
|||
|
||||
public OpCodeSimdFcond64(Inst inst, long position, int opCode) : base(inst, position, opCode)
|
||||
{
|
||||
Nzcv = (opCode >> 0) & 0xf;
|
||||
Nzcv = (opCode >> 0) & 0xf;
|
||||
Cond = (Cond)((opCode >> 12) & 0xf);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue