mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Hide implied extensions for arithmetic ops
This commit is contained in:
parent
706960a139
commit
8860979785
6 changed files with 139 additions and 56 deletions
|
@ -144,6 +144,12 @@ public:
|
|||
virtual string apply(Architecture *glb,const string &p1,const string &p2,const string &p3) const;
|
||||
};
|
||||
|
||||
class OptionHideExtensions : public ArchOption {
|
||||
public:
|
||||
OptionHideExtensions(void) { name="hideextensions"; } ///< Constructor
|
||||
virtual string apply(Architecture *glb,const string &p1,const string &p2,const string &p3) const;
|
||||
};
|
||||
|
||||
class OptionMaxLineWidth : public ArchOption {
|
||||
public:
|
||||
OptionMaxLineWidth(void) { name = "maxlinewidth"; } ///< Constructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue