mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-0: Fix some tests (mock.slaspec, register count)
This commit is contained in:
parent
acf5ac688a
commit
ea95c146b5
4 changed files with 37 additions and 18 deletions
|
@ -53,7 +53,8 @@ public enum TraceObjectInterfaceUtils {
|
|||
List<TraceObjectInterfaceFactory> instances =
|
||||
ClassSearcher.getInstances(TraceObjectInterfaceFactory.class);
|
||||
if (instances.isEmpty()) {
|
||||
Msg.warn(this, "ClassSearcher not active, yet. Falling back to built-ins");
|
||||
Msg.warn(this, "ClassSearcher not active, yet. " +
|
||||
"Falling back to built-in TraceObjectInterfaces.");
|
||||
instances = List.of(new BuiltinTraceObjectInterfaceFactory());
|
||||
}
|
||||
mapByClass = instances
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue