Răsfoiți Sursa

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

gdkchan 8 ani în urmă
părinte
comite
ee8fb18a0f
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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;