GP-6095: Removed null ListingField for instructions with string operand

This commit is contained in:
ghidorahrex
2025-12-09 15:49:34 +00:00
parent 46d97d9579
commit 39317e5dc3
@@ -449,9 +449,6 @@ abstract class OperandFieldHelper extends FieldFactory {
private ListingField getFieldForInstruction(Instruction inst, ProxyObj<?> proxy, int varWidth) {
int numOperands = inst.getNumOperands();
if (numOperands == 0) {
return null;
}
OpFieldResults results = new OpFieldResults(proxy);
OperandFieldElement separator = createLeadingSeparatorElement(inst);