mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 13:05:55 +08:00
Merge remote-tracking branch 'origin/GP-6095_ghidorahrex_fix_single_string_operands' into patch
This commit is contained in:
-3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user