Fix CPU instruction Ld/St (single structure) with index != 0

This commit is contained in:
gdkchan 2018-03-15 12:59:23 -03:00
parent bcf4cbf135
commit 13bfb623ef

View File

@ -82,6 +82,7 @@ namespace ChocolArm64.Decoder
}
}
this.Index = Index;
this.SElems = SElems;
this.Size = Scale;