mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-3840 Adjustment to FlowBlock::restrictedByConditional
This commit is contained in:
parent
c072972153
commit
0a23876e01
21 changed files with 147 additions and 34 deletions
|
@ -239,7 +239,9 @@ public:
|
|||
void decodeFlowOverride(Decoder &decoder); ///< Set flow overrides from XML
|
||||
virtual ~Architecture(void); ///< Destructor
|
||||
|
||||
virtual string getDescription(void) const { return archid; } ///< Get a string describing \b this architecture
|
||||
/// \brief Get a string describing \b this architecture
|
||||
/// \return the description
|
||||
virtual string getDescription(void) const { return archid; }
|
||||
|
||||
/// \brief Print an error message to console
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue