ARM: miscellaneous control instructions implement 64/161764/1
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Tue, 21 Feb 2017 12:54:16 +0000 (15:54 +0300)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Mon, 27 Nov 2017 09:13:13 +0000 (12:13 +0300)
Change-Id: I8c5ee011a1a8a54f80ce856fb656ec22803a5ee3

modules/arch/arm/probes/decode_thumb.c

index 34a343445cd9cebfd5ef1833ec6c7a8221c04035..9ab32ad779704e05970beeca442dd94875c2b9c4 100644 (file)
@@ -236,7 +236,9 @@ static int t32_1111_0011_1010_xxxx_10x0(thumb_insn_t insn,
 static int t32_1111_0011_1011_xxxx_10x0(thumb_insn_t insn,
                                        struct decode_info *info)
 {
-       return thumb_not_implement(insn, info);
+       tt_make_common(info->tramp, insn.val, info->vaddr, true);
+
+       return 0;
 }
 
 /* branch and exchange jazelle */