Explorar o código

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

gdkchan %!s(int64=8) %!d(string=hai) anos
pai
achega
ee8fb18a0f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      ChocolArm64/Decoder/AOpCodeSimdMemSs.cs

+ 1 - 0
ChocolArm64/Decoder/AOpCodeSimdMemSs.cs

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