mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
52692901c7
2 changed files with 5 additions and 3 deletions
|
@ -895,6 +895,8 @@ class EnumDB extends DataTypeDB implements Enum {
|
|||
public int getMinimumPossibleLength() {
|
||||
lock.acquire();
|
||||
try {
|
||||
checkIsValid();
|
||||
initializeIfNeeded();
|
||||
if (valueMap.isEmpty()) {
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue