mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-0: Fix missing coalescePatches call
This commit is contained in:
parent
37a8ffb492
commit
d646f1d732
1 changed files with 1 additions and 0 deletions
|
@ -531,6 +531,7 @@ public class TraceSchedule implements Comparable<TraceSchedule> {
|
|||
for (String line : sleigh) {
|
||||
ticks.advance(new PatchStep(thread.getKey(), line));
|
||||
}
|
||||
ticks.coalescePatches(thread.getTrace().getBaseLanguage());
|
||||
return new TraceSchedule(snap, ticks, new Sequence());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue