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