mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
adjustments to resolveConstant
This commit is contained in:
parent
612c0d6f3e
commit
4edff2b9f0
10 changed files with 51 additions and 20 deletions
|
@ -284,7 +284,7 @@ public:
|
|||
/// \param sp is the segmented space
|
||||
/// \param sop is the segment operator
|
||||
SegmentedResolver(Architecture *g,AddrSpace *sp,SegmentOp *sop) { glb=g; spc=sp; segop=sop; }
|
||||
virtual Address resolve(uintb val,int4 sz,const Address &point);
|
||||
virtual Address resolve(uintb val,int4 sz,const Address &point,uintb &fullEncoding);
|
||||
};
|
||||
|
||||
/// The Translate object keeps track of address ranges for which
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue