Merge remote-tracking branch 'origin/GT-3231_James_fix_functionbitpatternsexplorer_tests' into Ghidra_9.1

This commit is contained in:
Ryan Kurtz
2019-10-15 12:12:48 -04:00
3 changed files with 2193 additions and 6551 deletions

View File

@@ -84,7 +84,9 @@ public class InstructionSequence {
current.append(":");
current.append(sizes[currentInst]);
current.append("(");
current.append(commaSeparatedOperands[currentInst]);
if (commaSeparatedOperands[currentInst] != null) {
current.append(commaSeparatedOperands[currentInst]);
}
current.append(")");
current.append(" ");
if (inOrder) {