mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-0: Certify and tweak
This commit is contained in:
parent
2428fcc3e1
commit
90afe08e9c
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ public class SymbolRecords {
|
|||
if (debugInfo == null) {
|
||||
return;
|
||||
}
|
||||
if (debugInfo.getModuleInformationList().size() == 0) {
|
||||
if (debugInfo.getModuleInformationList().isEmpty()) {
|
||||
return;
|
||||
}
|
||||
// We are assuming that first in the list is the one to look at for cases 1 and 2.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue