mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Fixed bug in numHeritagePasses
This commit is contained in:
parent
1560158d2a
commit
7dea6d1f41
4 changed files with 13 additions and 5 deletions
|
@ -160,7 +160,7 @@ class ConditionalExecution {
|
|||
void fixReturnOp(void);
|
||||
bool verify(void); ///< Verify that we have a removable \b iblock
|
||||
public:
|
||||
ConditionalExecution(Funcdata *f) { fd = f; } ///< Constructor
|
||||
ConditionalExecution(Funcdata *f); ///< Constructor
|
||||
bool trial(BlockBasic *ib); ///< Test for a modifiable configuration around the given block
|
||||
void execute(void); ///< Eliminate the unnecessary path join at \b iblock
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue