diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2018-03-15 12:59:23 -0300 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-03-15 12:59:23 -0300 |
| commit | ee8fb18a0ff054345ee5c8ad32eafbac2078afe7 (patch) | |
| tree | 5123e41b0ac9d045a37c5de7522856d03d3c3958 /ChocolArm64/Decoder | |
| parent | b50bc46888cf9a8d94ae1590c0941be62a083533 (diff) | |
Fix CPU instruction Ld/St (single structure) with index != 0
Diffstat (limited to 'ChocolArm64/Decoder')
| -rw-r--r-- | ChocolArm64/Decoder/AOpCodeSimdMemSs.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChocolArm64/Decoder/AOpCodeSimdMemSs.cs b/ChocolArm64/Decoder/AOpCodeSimdMemSs.cs index be4a8cd9..6938c77d 100644 --- a/ChocolArm64/Decoder/AOpCodeSimdMemSs.cs +++ b/ChocolArm64/Decoder/AOpCodeSimdMemSs.cs @@ -82,6 +82,7 @@ namespace ChocolArm64.Decoder } } + this.Index = Index; this.SElems = SElems; this.Size = Scale; |
