mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Restrict distribution producing non-multiples if no sub-components
This commit is contained in:
parent
40bb05d8ed
commit
4f1adfcfc0
2 changed files with 16 additions and 9 deletions
|
@ -44,6 +44,7 @@ class AddTreeState {
|
|||
PcodeOp *baseOp; ///< Base of the ADD tree
|
||||
Varnode *ptr; ///< The pointer varnode
|
||||
const TypePointer *ct; ///< The pointer data-type
|
||||
const Datatype *baseType; ///< The base data-type being pointed at
|
||||
int4 ptrsize; ///< Size of the pointer
|
||||
int4 size; ///< Size of data-type being pointed to
|
||||
uintb ptrmask; ///< Mask for modulo calculations in ptr space
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue