mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
d91a60f201
6 changed files with 421 additions and 327 deletions
|
@ -294,6 +294,9 @@ public class DynamicHash {
|
|||
buildOpUp(markop.get(opproc));
|
||||
}
|
||||
gatherUnmarkedVn();
|
||||
for (; vnproc < markvn.size(); ++vnproc) {
|
||||
buildVnUp(markvn.get(vnproc));
|
||||
}
|
||||
break;
|
||||
case 6:
|
||||
gatherUnmarkedOp();
|
||||
|
@ -301,6 +304,9 @@ public class DynamicHash {
|
|||
buildOpDown(markop.get(opproc));
|
||||
}
|
||||
gatherUnmarkedVn();
|
||||
for (; vnproc < markvn.size(); ++vnproc) {
|
||||
buildVnDown(markvn.get(vnproc));
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue