mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Update varmap.hh
This commit is contained in:
parent
b218cfab9d
commit
7d77a1ef49
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ public:
|
|||
bool absorb(RangeHint *b); ///< Try to absorb the other RangeHint into \b this
|
||||
bool merge(RangeHint *b,AddrSpace *space,TypeFactory *typeFactory); ///< Try to form the union of \b this with another RangeHint
|
||||
static bool compareRanges(const RangeHint *a,const RangeHint *b); ///< Compare to RangeHint pointers
|
||||
static bool rangesEqual(const RangeHint* a, const RangeHint* b);
|
||||
};
|
||||
|
||||
class ProtoModel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue