mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-640 Correct the comparison operator to use in AssemblyRef
This commit is contained in:
parent
3ceaa7fd31
commit
f84448a261
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ public class CliTableAssemblyRef extends CliAbstractTable {
|
|||
throws DuplicateNameException, CodeUnitInsertionException, IOException {
|
||||
for (CliAbstractTableRow row : rows) {
|
||||
CliAssemblyRefRow assemblyRefRow = (CliAssemblyRefRow) row;
|
||||
if (assemblyRefRow.hashValueIndex > 0) {
|
||||
if (assemblyRefRow.hashValueIndex == 0) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue