mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-2961 Clear calculated flags on restart
This commit is contained in:
parent
f65b3c4a05
commit
0ee824f017
1 changed files with 1 additions and 0 deletions
|
@ -2043,6 +2043,7 @@ void ScopeInternal::clearUnlocked(void)
|
||||||
renameSymbol(sym,buildUndefinedName());
|
renameSymbol(sym,buildUndefinedName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
clearAttribute(sym, Varnode::nolocalalias); // Clear any calculated attributes
|
||||||
if (sym->isSizeTypeLocked())
|
if (sym->isSizeTypeLocked())
|
||||||
resetSizeLockType(sym);
|
resetSizeLockType(sym);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue