mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 23:55:45 +08:00
GP-4246 - PDB improve types processing - better queuing mechanism, remove placeholder types, delay resolve
This commit is contained in:
@@ -50,7 +50,7 @@ public class FindDataTypeConflictCauseScript extends GhidraScript {
|
||||
}
|
||||
|
||||
List<DataType> selectedDatatypes = dtmService.getSelectedDatatypes();
|
||||
if (selectedDatatypes.size() != 1 || !(selectedDatatypes.get(0) instanceof Composite)) {
|
||||
if (selectedDatatypes.size() != 1) {
|
||||
popup("Select a single conflict datatype before running script");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user