This commit is contained in:
LDj3SNuD 2019-03-19 00:44:49 +01:00 committed by GitHub
commit 34c86d53c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -415,7 +415,7 @@ namespace ChocolArm64.Instructions
for (int index = 0; index < op.Size; index++) for (int index = 0; index < op.Size; index++)
{ {
context.EmitLdvec((op.Rn + index) & 0x1f); context.EmitLdvec((op.Rn + index) & 0x1F);
} }
switch (op.Size) switch (op.Size)