mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-4013: Select context before trying to backfill
This commit is contained in:
parent
63b1fb833a
commit
ebce060f34
1 changed files with 1 additions and 1 deletions
|
@ -114,8 +114,8 @@ public class AssemblyTreeResolver {
|
|||
patStream.forEach(results::add);
|
||||
|
||||
results = resolveRootRecursion(results);
|
||||
results = resolvePendingBackfills(results);
|
||||
results = selectContext(results);
|
||||
results = resolvePendingBackfills(results);
|
||||
// TODO: Remove this? It's subsumed by filterByDisassembly, and more accurately....
|
||||
results = filterForbidden(results);
|
||||
results = filterByDisassembly(results);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue