Restrict distribution producing non-multiples if no sub-components

This commit is contained in:
caheckman 2020-04-30 18:38:01 -04:00
parent 40bb05d8ed
commit 4f1adfcfc0
2 changed files with 16 additions and 9 deletions

View file

@ -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