瀏覽代碼

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

gdkchan 8 年之前
父節點
當前提交
ee8fb18a0f
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;