소스 검색

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;