From 13bfb623efb3ba810a9f992c3386586c4dba5f94 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Thu, 15 Mar 2018 12:59:23 -0300 Subject: [PATCH] Fix CPU instruction Ld/St (single structure) with index != 0 --- Decoder/AOpCodeSimdMemSs.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Decoder/AOpCodeSimdMemSs.cs b/Decoder/AOpCodeSimdMemSs.cs index be4a8cd..6938c77 100644 --- a/Decoder/AOpCodeSimdMemSs.cs +++ b/Decoder/AOpCodeSimdMemSs.cs @@ -82,6 +82,7 @@ namespace ChocolArm64.Decoder } } + this.Index = Index; this.SElems = SElems; this.Size = Scale;