mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-27 14:40:28 +00:00
Merge remote-tracking branch
'origin/GP-1402_ghidorahrex_ARM_thumb_AL_not_allowed' (Closes #3499)
This commit is contained in:
commit
ee00c7aa50
@ -331,7 +331,7 @@ it_thfcc: "gt" is fcond=12 { tmp:1 = !ZR && (NG == OV); export tmp; }
|
||||
it_thfcc: "le" is fcond=13 { tmp:1 = !ZR && (NG == OV); export tmp; }
|
||||
it_thfcc: "al" is fcond=14 { tmp:1 = 1; export tmp; }
|
||||
|
||||
@define IT_THFCC "it_thfcc & (thc0707=0 | thc0606=0 | thc0505=0)"
|
||||
@define IT_THFCC "it_thfcc & (thc0707=0 | thc0606=0 | thc0505=0 | thc0404=0)"
|
||||
|
||||
ByteRotate: "#"^rot is throt [rot = throt << 3; ] { export *[const]:1 rot; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user