Nit.
This commit is contained in:
parent
49dc937a97
commit
34c86d53c0
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ namespace ChocolArm64.Instructions
|
|||
|
||||
for (int index = 0; index < op.Size; index++)
|
||||
{
|
||||
context.EmitLdvec((op.Rn + index) & 0x1f);
|
||||
context.EmitLdvec((op.Rn + index) & 0x1F);
|
||||
}
|
||||
|
||||
switch (op.Size)
|
||||
|
|
Loading…
Add table
Reference in a new issue