From 2bae52d3a55885508f717f04e47f0014439c7d37 Mon Sep 17 00:00:00 2001 From: ghidorahrex Date: Fri, 14 Oct 2022 12:59:19 +0000 Subject: [PATCH] GP-2696: corrected missing SBIT display piece from ARM thumb BIC --- Ghidra/Processors/ARM/data/languages/ARMTHUMBinstructions.sinc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ghidra/Processors/ARM/data/languages/ARMTHUMBinstructions.sinc b/Ghidra/Processors/ARM/data/languages/ARMTHUMBinstructions.sinc index f646ab483d..d3a2fb4f29 100644 --- a/Ghidra/Processors/ARM/data/languages/ARMTHUMBinstructions.sinc +++ b/Ghidra/Processors/ARM/data/languages/ARMTHUMBinstructions.sinc @@ -1367,7 +1367,7 @@ macro th_set_carry_for_asr(op1,shift_count) { @if defined(VERSION_6T2) || defined(VERSION_7) -:bic^ItCond Rd0811,Rn0003,ThumbExpandImm12 is TMode=1 & ItCond & (op11=0x1e & thc0909=0 & sop0508=1 & thSBIT_ZN & Rn0003; thc1515=0 & Rd0811) & ThumbExpandImm12 +:bic^thSBIT_ZN^ItCond Rd0811,Rn0003,ThumbExpandImm12 is TMode=1 & ItCond & (op11=0x1e & thc0909=0 & sop0508=1 & thSBIT_ZN & Rn0003; thc1515=0 & Rd0811) & ThumbExpandImm12 { build ItCond; build ThumbExpandImm12;