mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-18 16:40:08 +00:00
Correctly implemented missing arm thumb AL conditional
This commit is contained in:
parent
2b0e703fa8
commit
5ff2fa62b1
@ -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