mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Allowing for SUBPIECE normalization
This commit is contained in:
parent
c7e3f54212
commit
9fc99efc93
2 changed files with 28 additions and 67 deletions
|
@ -546,7 +546,6 @@ public:
|
|||
virtual int4 applyOp(PcodeOp *op,Funcdata &data);
|
||||
};
|
||||
class RuleSignShift : public Rule {
|
||||
int4 categorizeOp(PcodeOp *op);
|
||||
public:
|
||||
RuleSignShift(const string &g) : Rule(g, 0, "signshift") {} ///< Constructor
|
||||
virtual Rule *clone(const ActionGroupList &grouplist) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue