Nit.
This commit is contained in:
parent
b8ea6c7e03
commit
3141b7df31
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ namespace ChocolArm64.Instruction
|
||||||
|
|
||||||
Context.Emit(Signed ? OpCodes.Shr : OpCodes.Shr_Un);
|
Context.Emit(Signed ? OpCodes.Shr : OpCodes.Shr_Un);
|
||||||
}
|
}
|
||||||
else
|
else /* if (Op.Size == 3) */
|
||||||
{
|
{
|
||||||
EmitShrImm_64(Context, Signed, Round ? RoundConst : 0L, Shift);
|
EmitShrImm_64(Context, Signed, Round ? RoundConst : 0L, Shift);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue