mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-10 06:02:09 +00:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
52692901c7
@ -895,6 +895,8 @@ class EnumDB extends DataTypeDB implements Enum {
|
||||
public int getMinimumPossibleLength() {
|
||||
lock.acquire();
|
||||
try {
|
||||
checkIsValid();
|
||||
initializeIfNeeded();
|
||||
if (valueMap.isEmpty()) {
|
||||
return 1;
|
||||
}
|
||||
|
@ -122,9 +122,9 @@ def Map<String, List<String>> getIpForModule(Project p) {
|
||||
exclude "**/build/**";
|
||||
exclude "certification.manifest"
|
||||
exclude "certification.local.manifest"
|
||||
exclude ".project"
|
||||
exclude ".classpath"
|
||||
exclude ".pydevproject"
|
||||
exclude "**/.project"
|
||||
exclude "**/.classpath"
|
||||
exclude "**/.pydevproject"
|
||||
exclude "Module.manifest"
|
||||
exclude "build.gradle"
|
||||
exclude "buildNatives.gradle"
|
||||
|
Loading…
Reference in New Issue
Block a user