GP-640 Correct the comparison operator to use in AssemblyRef

This commit is contained in:
jmlagor 2021-01-28 18:29:52 +00:00
parent 3ceaa7fd31
commit f84448a261

View file

@ -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;
}