mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
719841eb20
6 changed files with 66 additions and 29 deletions
|
@ -516,7 +516,7 @@ void ScopeLocal::createEntry(const RangeHint &a)
|
|||
{
|
||||
Address addr(space,a.start);
|
||||
Address usepoint;
|
||||
Datatype *ct = a.type;
|
||||
Datatype *ct = glb->types->concretize(a.type);
|
||||
int4 num = a.size/ct->getSize();
|
||||
if (num>1)
|
||||
ct = glb->types->getTypeArray(num,ct);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue