mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-2601 Adjustments to setting up callspecs
This commit is contained in:
parent
a64afa37a7
commit
e45be5da7d
10 changed files with 120 additions and 35 deletions
|
@ -531,6 +531,11 @@ public:
|
|||
virtual void execute(istream &s);
|
||||
};
|
||||
|
||||
class IfcFixupApply : public IfaceDecompCommand {
|
||||
public:
|
||||
virtual void execute(istream &s);
|
||||
};
|
||||
|
||||
class IfcCountPcode : public IfaceDecompCommand {
|
||||
public:
|
||||
virtual void execute(istream &s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue