mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-20 23:08:31 +08:00
GP-5478: Fixing issue from cleanup effort
This commit is contained in:
+1
-2
@@ -1023,8 +1023,7 @@ public abstract class AbstractLibrarySupportLoader extends AbstractProgramLoader
|
||||
*/
|
||||
protected List<LibrarySearchPath> getLibrarySearchPaths(Program program, LoadSpec loadSpec,
|
||||
List<Option> options, MessageLog log, TaskMonitor monitor) throws CancelledException {
|
||||
if (!isLoadLibraries(options) && !isLinkExistingLibraries(options) &&
|
||||
!shouldSearchAllPaths(program, options)) {
|
||||
if (!isLoadLibraries(options) && !shouldSearchAllPaths(program, options)) {
|
||||
return List.of();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user