mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-25 13:06:04 +08:00
GT-3231 fixed tests
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
+3
-1
@@ -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