Sfoglia il codice sorgente

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

gdkchan 8 anni fa
parent
commit
ee8fb18a0f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;