mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-08-08 07:40:39 -09:00
Merge remote-tracking branch 'origin/GT-3231_James_fix_functionbitpatternsexplorer_tests' into Ghidra_9.1
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user