mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-0: Fix tests. Add "requireCanonical" parameter
This commit is contained in:
parent
c198419b7e
commit
ab97c34205
13 changed files with 43 additions and 33 deletions
|
@ -618,6 +618,7 @@ public interface TargetObjectSchema {
|
|||
}
|
||||
if (sch.getInterfaces().contains(type) && (parentIsCanonical || !requireCanonical)) {
|
||||
result.addPattern(prefix);
|
||||
return;
|
||||
}
|
||||
if (!visited.add(sch)) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue