mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-3873 Data-type alignment support in decompiler
This commit is contained in:
parent
6508088623
commit
64a58bdeab
29 changed files with 456 additions and 149 deletions
|
@ -157,12 +157,6 @@ public:
|
|||
virtual string apply(Architecture *glb,const string &p1,const string &p2,const string &p3) const;
|
||||
};
|
||||
|
||||
class OptionStructAlign : public ArchOption {
|
||||
public:
|
||||
OptionStructAlign(void) { name = "structalign"; } ///< Constructor
|
||||
virtual string apply(Architecture *glb,const string &p1,const string &p2,const string &p3) const;
|
||||
};
|
||||
|
||||
class OptionWarning : public ArchOption {
|
||||
public:
|
||||
OptionWarning(void) { name = "warning"; } ///< Constructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue