mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 14:11:59 +00:00
Merge remote-tracking branch
'origin/GP-23_ghidorahrex_PR-1802_vvasseur_fix_teq_in_arm_thumb' Fixes #1802
This commit is contained in:
commit
c5a31bb129
@ -4768,7 +4768,7 @@ Pcrel: [cloc,Rm0003] is Rm0003 & thc0404=1 [ cloc = inst_next; ]
|
|||||||
{
|
{
|
||||||
build ItCond;
|
build ItCond;
|
||||||
build ThumbExpandImm12;
|
build ThumbExpandImm12;
|
||||||
local tmp = Rn0003 | ThumbExpandImm12;
|
local tmp = Rn0003 ^ ThumbExpandImm12;
|
||||||
resflags(tmp);
|
resflags(tmp);
|
||||||
th_affectflags();
|
th_affectflags();
|
||||||
}
|
}
|
||||||
@ -4777,7 +4777,7 @@ Pcrel: [cloc,Rm0003] is Rm0003 & thc0404=1 [ cloc = inst_next; ]
|
|||||||
{
|
{
|
||||||
build ItCond;
|
build ItCond;
|
||||||
build thshift2;
|
build thshift2;
|
||||||
local tmp = Rn0003 | thshift2;
|
local tmp = Rn0003 ^ thshift2;
|
||||||
resflags(tmp);
|
resflags(tmp);
|
||||||
th_affectflags();
|
th_affectflags();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user