mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-2262 - type id should be long
This commit is contained in:
parent
2131e9d1af
commit
f19df90389
3 changed files with 5 additions and 3 deletions
|
@ -3192,6 +3192,8 @@ TypePointer *TypeFactory::getTypePointerNoDepth(int4 s,Datatype *pt,uint4 ws)
|
|||
TypeArray *TypeFactory::getTypeArray(int4 as,Datatype *ao)
|
||||
|
||||
{
|
||||
if (ao->hasStripped())
|
||||
ao = ao->getStripped();
|
||||
TypeArray tmp(as,ao);
|
||||
return (TypeArray *) findAdd(tmp);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue